diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-21 18:16:22 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-09-21 18:16:22 +0000 |
| commit | 24c2567f033ee0a2f79620795d0c2d6ddacb1e0c (patch) | |
| tree | 2bd253d1bebb6147fc92cdb85af71017a46836fd | |
| parent | 6e9bee64389b1f45141bcd0916d0399ad67bd50b (diff) | |
Notes
| -rw-r--r-- | usr.sbin/authpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 82d78241545e7..b4c9b4f36217b 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -11,7 +11,7 @@ BINMODE= 6555 SRCS= authpf.c -CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl -Wall -Werror +CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl # XXX ALTQ: CFLAGS+= -DENABLE_ALTQ |
