aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt/dpt_sig
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-07-20 14:59:15 +0000
committerBruce Evans <bde@FreeBSD.org>2001-07-20 14:59:15 +0000
commitee7901773ac5b9732af60c14210c40d0b2bb4ef6 (patch)
tree07b2dbfb3f8a701af3b249796919cb3d0cbeae34 /usr.sbin/dpt/dpt_sig
parent9a1d7da7c1f07ef39e38cc22fc3027d669cd47d3 (diff)
downloadsrc-ee7901773ac5b9732af60c14210c40d0b2bb4ef6.tar.gz
src-ee7901773ac5b9732af60c14210c40d0b2bb4ef6.zip
Removed CSRG ids. CSRG never had anything to do with dpt.
Don't set BINMODE to 500. This is not a setuid program. Note: the dpt utilities have never been attached to the world and haven't been compilable for a year or two.
Notes
Notes: svn path=/head/; revision=80046
Diffstat (limited to 'usr.sbin/dpt/dpt_sig')
-rw-r--r--usr.sbin/dpt/dpt_sig/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile
index e36635b2f1f7..28b090b98de2 100644
--- a/usr.sbin/dpt/dpt_sig/Makefile
+++ b/usr.sbin/dpt/dpt_sig/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_sig
MAN= dpt_sig.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>