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