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