freebsd-dev/share/doc/IPv6/Makefile
Yoshinobu Inoue c33483596b 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
2000-03-02 10:34:11 +00:00

15 lines
220 B
Makefile

# $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>