diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:42:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:42:32 +0000 |
commit | 5ebf7509bcede21e7e333b87ca300add8ad76004 (patch) | |
tree | 8bb95dab889fa19c04d829cd912e5ddfa636cb77 /share/man/man4/man4.alpha/Makefile | |
parent | 40bfa1f3b5f811802f893ccec2095cc0fd1914ec (diff) |
Add alpha specific driver dir and man pages for serial devices. There's
a lot that needs to be added here and much of it can be based on the
i386 and pmax man4's.
Diffstat (limited to 'share/man/man4/man4.alpha/Makefile')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile new file mode 100644 index 00000000000..aaad2f50f73 --- /dev/null +++ b/share/man/man4/man4.alpha/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 1998/03/07 22:42:29 millert Exp $ + +MAN= com.4 +MANSUBDIR=/alpha + +.include <bsd.prog.mk> |