head	1.10;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4.2.2
	RELENG_4_11:1.4.2.2.0.16
	RELENG_4_11_BP:1.4.2.2
	RELENG_4_10_0_RELEASE:1.4.2.2
	RELENG_4_10:1.4.2.2.0.14
	RELENG_4_10_BP:1.4.2.2
	RELENG_4_9_0_RELEASE:1.4.2.2
	RELENG_4_9:1.4.2.2.0.12
	RELENG_4_9_BP:1.4.2.2
	RELENG_4_8_0_RELEASE:1.4.2.2
	RELENG_4_8:1.4.2.2.0.10
	RELENG_4_8_BP:1.4.2.2
	RELENG_4_7_0_RELEASE:1.4.2.2
	RELENG_4_7:1.4.2.2.0.8
	RELENG_4_7_BP:1.4.2.2
	RELENG_4_6_2_RELEASE:1.4.2.2
	RELENG_4_6_1_RELEASE:1.4.2.2
	RELENG_4_6_0_RELEASE:1.4.2.2
	RELENG_4_6:1.4.2.2.0.6
	RELENG_4_6_BP:1.4.2.2
	RELENG_4_5_0_RELEASE:1.4.2.2
	RELENG_4_5:1.4.2.2.0.4
	RELENG_4_5_BP:1.4.2.2
	RELENG_4_4_0_RELEASE:1.4.2.2
	RELENG_4_4:1.4.2.2.0.2
	RELENG_4_4_BP:1.4.2.2
	RELENG_4_3_0_RELEASE:1.4
	RELENG_4_3:1.4.0.4
	RELENG_4_3_BP:1.4
	RELENG_4_2_0_RELEASE:1.4
	RELENG_4_1_1_RELEASE:1.4
	PRE_SMPNG:1.4
	RELENG_4_1_0_RELEASE:1.4
	RELENG_3_5_0_RELEASE:1.3.2.1
	RELENG_4_0_0_RELEASE:1.4
	RELENG_4:1.4.0.2
	RELENG_4_BP:1.4
	RELENG_3_4_0_RELEASE:1.3.2.1
	RELENG_3_3_0_RELEASE:1.3.2.1
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.1
	RELENG_2_2:1.1.0.2;
locks; strict;
comment	@# @;


1.10
date	2001.07.21.02.18.37;	author obrien;	state dead;
branches;
next	1.9;

1.9
date	2001.07.20.14.59.14;	author bde;	state Exp;
branches;
next	1.8;

1.8
date	2001.07.20.06.19.45;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2001.07.20.04.23.03;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.26.14.39.55;	author ru;	state Exp;
branches;
next	1.5;

1.5
date	2001.03.20.18.16.27;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	99.08.28.01.16.08;	author peter;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	98.09.19.22.42.07;	author obrien;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	98.08.06.21.19.10;	author eivind;	state Exp;
branches;
next	1.1;

1.1
date	98.01.26.06.20.44;	author julian;	state Exp;
branches
	1.1.2.1;
next	;

1.4.2.1
date	2001.04.25.12.09.29;	author ru;	state Exp;
branches;
next	1.4.2.2;

1.4.2.2
date	2001.07.21.01.31.40;	author obrien;	state Exp;
branches;
next	1.4.2.3;

1.4.2.3
date	2012.11.17.07.28.10;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	99.08.29.15.41.21;	author peter;	state Exp;
branches;
next	;

1.1.2.1
date	99.09.05.11.40.16;	author peter;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Hide in the Attic.  This isn't built any more (it wont) and it can better
collect dust up there.
@
text
@# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.9 2001/07/20 14:59:14 bde Exp $

PROG=	dpt_sig
MAN=	dpt_sig.8
CFLAGS+= -I${.CURDIR}/../../../sys

.include <bsd.prog.mk>
@


1.9
log
@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.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.8 2001/07/20 06:19:45 obrien Exp $
@


1.8
log
@Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
@
text
@d1 1
a1 2
#	@@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.7 2001/07/20 04:23:03 obrien Exp $
a4 3

BINMODE= 500

@


1.7
log
@Remove GCC'isms in CFLAGS.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.6 2001/03/26 14:39:55 ru Exp $
d7 3
a9 2
CFLAGS+=-I${.CURDIR}/../../../sys
BINMODE=500
@


1.6
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.5 2001/03/20 18:16:27 ru Exp $
d7 1
a7 1
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
@


1.5
log
@Set the default manual section for usr.sbin/ to 8.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.4 1999/08/28 01:16:08 peter Exp $
d5 1
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
a4 1
SRCS=	dpt_sig.c
a7 1
MAN8=	dpt_sig.8
@


1.4.2.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.4 1999/08/28 01:16:08 peter Exp $
d5 1
a5 1
MAN=	dpt_sig.8
d9 1
@


1.4.2.2
log
@MFC:
Removed CSRG ids.  CSRG never had anything to do with dpt.
Don't set BINMODE to 500.  This is not a setuid program.
@
text
@d1 2
a2 1
# $FreeBSD: src/usr.sbin/dpt/dpt_sig/Makefile,v 1.4.2.1 2001/04/25 12:09:29 ru Exp $
d8 1
@


1.4.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/usr.sbin/dpt/dpt_sig/Makefile 80058 2001-07-21 01:31:41Z obrien $
@


1.3
log
@Remove useless `BINOWN=root' now that it is the default.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Don't mess around in OBJDIR for includes, and remove some warnings.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1998/01/26 06:20:44 julian Exp $
a8 1
BINOWN=	root
@


1.1
log
@Obtained from: Simon Shapiro

Userland utilities to control, and monitor a DPT RAID system.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1998/01/21 17:41:39 ShimonR Exp $
d7 1
a7 1
CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
@


1.1.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@

