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.
This commit is contained in:
Bruce Evans 2001-07-20 14:59:15 +00:00
parent 9a1d7da7c1
commit ee7901773a
7 changed files with 0 additions and 28 deletions

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_ctlinfo
MAN= dpt_ctlinfo.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_ctls
MAN= dpt_ctls.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_dm
MAN= dpt_dm.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_led
MAN= dpt_led.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>

View File

@ -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>

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_softc
MAN= dpt_softc.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>

View File

@ -1,11 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_sysinfo
MAN= dpt_sysinfo.8
BINMODE= 500
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>