diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-02 10:34:11 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-02 10:34:11 +0000 |
| commit | c33483596b8309113b313dac406a9c3932b14299 (patch) | |
| tree | 3aed53d24b4934802551eb357c3ee68c054dc7ec | |
| parent | c6ff3a1bf74d96278726113478b2c66884aab584 (diff) | |
Notes
| -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 0000000000000..556fe45d56207 --- /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 d834478740008..5eba1e8f2e364 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. |
