head	1.3;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.1.1.1.6.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1.6.1
	RELENG_2_1_6_RELEASE:1.1.1.1.6.1
	RELENG_2_2:1.2.0.2
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.1.1.1.6.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.6
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.3
date	98.09.17.03.54.31;	author gibbs;	state dead;
branches;
next	1.2;

1.2
date	95.09.17.12.46.58;	author joerg;	state Exp;
branches;
next	1.1;

1.1
date	94.05.26.06.34.55;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.26.06.34.56;	author rgrimes;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	96.06.23.15.05.07;	author joerg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Obsoleted by CAM.
@
text
@#	@@(#)Makefile	5.3 (Berkeley) 6/5/93

MAN8=	scsiformat.8

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/scsiformat.sh ${DESTDIR}${BINDIR}/scsiformat

.include <bsd.prog.mk>
@


1.2
log
@Finally replace the defunct 4.4BSD scsiformat.c by Peter's wrapper
around scsi(8).  I've done extensive testing of it with a spare disk
in the past, and it's ready for prime-time now.

Submitted by:	dufault
@
text
@@


1.1
log
@Initial revision
@
text
@d3 5
a7 3
PROG=	scsiformat
MAN8=	scsiformat.0
CFLAGS+=-I/sys
@


1.1.1.1
log
@BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
@
text
@@


1.1.1.1.6.1
log
@Merge scsiformat from HEAD, and enable it in the Makefile.  The old
(4.4BSD) version was defunct, while Peter Dufault's wrapper for scsi(8)
works well, so there's no reason to hide it uninstalled.
@
text
@d3 3
a5 5
MAN8=	scsiformat.8

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/scsiformat.sh ${DESTDIR}${BINDIR}/scsiformat
@
