diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 1999-07-09 21:38:55 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 1999-07-09 21:38:55 +0000 |
commit | d3c88539c77488dfb5fb1ab2e02782fa85932322 (patch) | |
tree | a5a0e706b343b2ee4b4423067fa905ebecaecc90 /share/man/man6/Makefile | |
parent | 3abfc1db126ab14f8c59068f5e51f4bccd733e99 (diff) |
intro pages for sections 5 and 6
Diffstat (limited to 'share/man/man6/Makefile')
-rw-r--r-- | share/man/man6/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man6/Makefile b/share/man/man6/Makefile new file mode 100644 index 00000000000..3b8d68e7222 --- /dev/null +++ b/share/man/man6/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +MAN= intro.6 + +.include <bsd.prog.mk> |