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:
parent
329223e6f2
commit
3b176d8573
14
share/doc/IPv6/Makefile
Normal file
14
share/doc/IPv6/Makefile
Normal 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>
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user