2c1cfc8e8c
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
18 lines
506 B
Makefile
18 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/04/24 08:18:54 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
MAN= mkfilters.1
|
|
.if ${MKSHARE} != "no"
|
|
FILESDIR= /usr/share/examples/ipf
|
|
|
|
FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \
|
|
example.4 example.5 example.6 example.7 example.8 example.9 \
|
|
example.10 example.11 example.12 example.13 example.sr \
|
|
firewall ftp-proxy ftppxy mediaone nat-setup \
|
|
nat.eg server tcpstate mkfilters
|
|
.endif
|
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/rules
|
|
.include <bsd.prog.mk>
|