NetBSD/sbin/mount_portal/examples/Makefile
lukem 2c1cfc8e8c - in <bsd.files.mk>, don't clear FILES after using it, as that prevents
make -V FILES
  from being useful (and given that every other variable can be
  extracted using make -V, the behaviour was unusually inconsistent
  given that the original reason for clearing it doesn't seem to be
  relevant anymore)
- use <bsd.prog.mk> instead of directly including <bsd.files.mk>
  (and possibly <bsd.man.mk> or <bsd.own.mk>)
- remove obsolete NOPROG
2002-04-24 08:18:45 +00:00

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/04/24 08:18:52 lukem Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILESDIR= /usr/share/examples/mount_portal
FILES= overview advanced.1 advanced.1.conf fing.c rfilter.1 \
rfilter.2 rfilter.2.conf tcp.1 tcp.1.conf fs.1 fs.1.conf \
cvs.1 cvs.conf
SCRIPTSDIR= ${FILESDIR}
# The scripts have been renamed to have a suffix of .sh.sh, since the
# SCRIPTS rule strips off one suffix.
SCRIPTS= sysctlfs.sh.sh cvs.sh.sh
.endif
.include <bsd.prog.mk>