diff options
author | shin <shin@FreeBSD.org> | 2000-03-02 10:34:11 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-03-02 10:34:11 +0000 |
commit | 3b176d8573db378124649e3e597f875a448d36e5 (patch) | |
tree | a3ab48ff3a19b769991e790ec5ae740d42f87fde /share/doc | |
parent | 329223e6f229a55ee8fed800f358f30e994ed749 (diff) | |
download | FreeBSD-src-3b176d8573db378124649e3e597f875a448d36e5.zip FreeBSD-src-3b176d8573db378124649e3e597f875a448d36e5.tar.gz |
Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,
to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6.
PR: docs/17120
Kindly Submitted by: phantom
Diffstat (limited to 'share/doc')
-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. |