mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
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
c6ff3a1bf7
commit
c33483596b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57687
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