diff options
author | johns <johns@cvs.openbsd.org> | 1998-03-08 00:09:40 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1998-03-08 00:09:40 +0000 |
commit | f5dd8b4590f5db9b6a0d517bd137595c724086bf (patch) | |
tree | 1392670a24be07b96123cac013ddb665dfa86081 /share/man/man4/man4.alpha/Makefile | |
parent | 5700d7cbfb7d215893b36715d3ab7f285f32a70b (diff) |
Created a very basic intro.4 man page for Alpha needs more stuff added.
Diffstat (limited to 'share/man/man4/man4.alpha/Makefile')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile index aaad2f50f73..6a14260ea0f 100644 --- a/share/man/man4/man4.alpha/Makefile +++ b/share/man/man4/man4.alpha/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 1998/03/07 22:42:29 millert Exp $ +# $OpenBSD: Makefile,v 1.2 1998/03/08 00:09:38 johns Exp $ -MAN= com.4 +MAN= com.4 intro.4 scc.4 MANSUBDIR=/alpha .include <bsd.prog.mk> |