diff options
-rw-r--r-- | share/doc/IPv6/Makefile | 14 | ||||
-rw-r--r-- | share/doc/Makefile | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/share/doc/IPv6/Makefile b/share/doc/IPv6/Makefile new file mode 100644 index 0000000..556fe45 --- /dev/null +++ b/share/doc/IPv6/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +FILES= IMPLEMENTATION + +DOCDIR = ${SHAREDIR}/doc/IPv6 + +NOMAN = noman +NOOBJ = noobj + +install: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \ + ${DESTDIR}${DOCDIR} + +.include <bsd.prog.mk> diff --git a/share/doc/Makefile b/share/doc/Makefile index d834478..5eba1e8 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -1,7 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -SUBDIR= psd smm usd papers +SUBDIR= psd smm usd papers IPv6 # Default output formats are ascii for troff documents, and # ascii and html for sgml documents. |