From 3b176d8573db378124649e3e597f875a448d36e5 Mon Sep 17 00:00:00 2001 From: shin Date: Thu, 2 Mar 2000 10:34:11 +0000 Subject: [PATCH] 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 --- share/doc/IPv6/Makefile | 14 ++++++++++++++ share/doc/Makefile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 share/doc/IPv6/Makefile diff --git a/share/doc/IPv6/Makefile b/share/doc/IPv6/Makefile new file mode 100644 index 000000000000..556fe45d5620 --- /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 diff --git a/share/doc/Makefile b/share/doc/Makefile index d83447874000..5eba1e8f2e36 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.