diff options
Diffstat (limited to 'usr.sbin/nghook/Makefile')
-rw-r--r-- | usr.sbin/nghook/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile index e427f26..8b2644a 100644 --- a/usr.sbin/nghook/Makefile +++ b/usr.sbin/nghook/Makefile @@ -4,6 +4,7 @@ PROG= nghook MAN= nghook.8 SRCS= main.c +WARNS= 6 DPADD= ${LIBNETGRAPH} LDADD= -lnetgraph |