View | Details | Raw Unified | Return to bug 26763 | Differences between
and this patch

Collapse All | Expand All

(-)share/examples/ipfilter/Makefile (+19 lines)
Added Link Here
1
# $FreeBSD$
2
3
.PATH:  ${.CURDIR}/../../../contrib/ipfilter/rules
4
5
BINDIR=	/usr/share/examples
6
7
FILES=	BASIC.NAT BASIC_1.FW BASIC_2.FW \
8
	example.1 example.2 example.3 example.4 example.5 \
9
	example.6 example.7 example.8 example.9 example.10 \
10
	example.11 example.12 example.13 example.sr firewall \
11
	ftp-proxy ftppxy nat-setup nat.eg server tcpstate
12
13
all:
14
15
install: ${FILES}
16
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
17
	      ${.ALLSRC} ${DESTDIR}${BINDIR}/ipfilter
18
19
.include <bsd.prog.mk>

Return to bug 26763