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 552a2cd..37f6515 100644 --- a/usr.sbin/nghook/Makefile +++ b/usr.sbin/nghook/Makefile @@ -3,6 +3,7 @@ PROG= nghook SRCS= main.c +MAN= nghook.8 DPADD= ${LIBNETGRAPH} LDADD= -lnetgraph COPTS+= -Wall |