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
This commit is contained in:
Yoshinobu Inoue 2000-03-02 10:34:11 +00:00
parent c6ff3a1bf7
commit c33483596b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57687
2 changed files with 15 additions and 1 deletions

14
share/doc/IPv6/Makefile Normal file
View File

@ -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>

View File

@ -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.