diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-07 17:33:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-07 17:33:20 +0000 |
| commit | 1f85322cc5411175527634cb5182a3f85fb54123 (patch) | |
| tree | 878ad21622217293194d6fc441b876fb19d0f145 /sbin/pfctl | |
| parent | 59b7843e0133c739022ebad9e5dff5e9cfbcb5a8 (diff) | |
Removed redundant and unsafe BINDIR redefinition.
Notes
svn path=/head/; revision=131747
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 3be40874c2ac..bcdea139a19c 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 |
