diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:33:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:33:57 +0000 |
commit | e4474f161ba6736ce15e8d82b96f8c363f092528 (patch) | |
tree | 57df857a88d20165fe7b1728111e1ada03f6d4b8 /usr.sbin | |
parent | 7d369c6e2f59b57919127121382eb99e81f8401c (diff) | |
download | src-e4474f161ba6736ce15e8d82b96f8c363f092528.tar.gz src-e4474f161ba6736ce15e8d82b96f8c363f092528.zip |
Notes
Diffstat (limited to 'usr.sbin')
-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 07b2cdc2067f..be95a4b6dc1b 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -13,7 +13,7 @@ SRCS= authpf.c # XXX ALTQ: CFLAGS+= -DENABLE_ALTQ -LIBADD= m md util +LIBADD= m util WARNS?= 3 |