diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2021-04-30 08:26:52 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2021-05-07 20:13:31 +0000 |
| commit | 2b2ed4a69730be72f792179d57dedf2945b3d1aa (patch) | |
| tree | bbc46ff526226825e8decc32477c356b935ff905 /usr.sbin | |
| parent | 2a00c4db93b8db0c326a57363ca8a690ef6ab082 (diff) | |
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/authpf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 19fd66b47b3d..62fe84086c16 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -12,8 +12,9 @@ SRCS= authpf.c # XXX ALTQ: CFLAGS+= -DENABLE_ALTQ +CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl -LIBADD= m util +LIBADD= m util pfctl WARNS?= 3 |
