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/man3 | |
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/man3')
-rw-r--r-- | share/man/man3/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 673ff36..0aa0bbc 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 12/13/93 -MAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0 +MAN3= assert.3 bitstring.3 end.3 intro.3 queue.3 stdarg.3 MLINKS+=end.3 edata.3 end.3 etext.3 moncontrol.3 monstartup.3 MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3 MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_head.3 @@ -14,13 +14,8 @@ MLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3 MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 MLINKS+=stdarg.3 va_start.3 -all: ${MAN3} - clean depend lint tags: -cleandir: - rm -f ${MAN3} - install: maninstall .include <bsd.prog.mk> |