diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-09 18:41:38 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-09 18:41:38 +0000 |
commit | 7a77128a944f19f2b6e954027ebfd94821a2cbdc (patch) | |
tree | a789ebcbc81f6d3ec627944485520f34caa8826e /share/man/man1 | |
parent | 815a22f28ffbbff922fb69bb799f42fe49305558 (diff) | |
download | FreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.zip FreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.tar.gz |
Make man page installation work for ``unattached'' and kernel pages.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 9e3d8d6..558bf2e 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -MAN1= cd.0 intro.0 wait.0 +MAN1= cd.1 intro.1 wait.1 .include <bsd.prog.mk> |