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