diff options
Diffstat (limited to 'usr.sbin/sicontrol/Makefile')
-rw-r--r-- | usr.sbin/sicontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sicontrol/Makefile b/usr.sbin/sicontrol/Makefile index 5c4c2ce..2a8b785 100644 --- a/usr.sbin/sicontrol/Makefile +++ b/usr.sbin/sicontrol/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= sicontrol +MAN= sicontrol.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall .include <bsd.prog.mk> |