diff options
author | ru <ru@FreeBSD.org> | 2004-07-07 17:33:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-07 17:33:20 +0000 |
commit | f342897042d54f882518530d1af7df0b532b6e4a (patch) | |
tree | 878ad21622217293194d6fc441b876fb19d0f145 /sbin/pfctl | |
parent | cdcc5ec1f9ecb804c40d35185e2c2d8a376b3b13 (diff) | |
download | FreeBSD-src-f342897042d54f882518530d1af7df0b532b6e4a.zip FreeBSD-src-f342897042d54f882518530d1af7df0b532b6e4a.tar.gz |
Removed redundant and unsafe BINDIR redefinition.
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 3be4087..bcdea13 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -4,7 +4,6 @@ .PATH: ${.CURDIR}/../../contrib/pf/man PROG= pfctl -BINDIR= ${PREFIX}/sbin MAN= pfctl.8 pf.4 pflog.4 pfsync.4 pf.conf.5 pf.os.5 SRCS = pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c |