head	1.6;
access;
symbols
	RELENG_3_5_0_RELEASE:1.5
	RELENG_3_4_0_RELEASE:1.5
	RELENG_3_3_0_RELEASE:1.5
	RELENG_3_2_PAO:1.5.0.4
	RELENG_3_2_PAO_BP:1.5
	RELENG_3_2_0_RELEASE:1.5
	RELENG_3_1_0_RELEASE:1.5
	RELENG_3:1.5.0.2
	RELENG_3_BP:1.5
	RELENG_2_2_8_RELEASE:1.4
	RELENG_3_0_0_RELEASE:1.5
	RELENG_2_2_7_RELEASE:1.4
	RELENG_2_2_6_RELEASE:1.4
	RELENG_2_2_5_RELEASE:1.4
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.4
	RELENG_2_2_1_RELEASE:1.4
	RELENG_2_2_0_RELEASE:1.4
	RELENG_2_1_7_RELEASE:1.4
	RELENG_2_1_6_1_RELEASE:1.4
	RELENG_2_1_6_RELEASE:1.4
	RELENG_2_2:1.4.0.6
	RELENG_2_2_BP:1.4
	RELENG_2_1_5_RELEASE:1.4
	RELENG_2_1_0_RELEASE:1.4
	RELENG_2_1_0:1.4.0.4
	RELENG_2_1_0_BP:1.4
	RELENG_2_0_5_RELEASE:1.4
	RELENG_2_0_5:1.4.0.2
	RELENG_2_0_5_BP:1.4
	RELENG_2_0_5_ALPHA:1.4
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.6
date	99.11.27.14.35.21;	author phk;	state dead;
branches;
next	1.5;

1.5
date	98.09.05.08.20.10;	author jb;	state Exp;
branches;
next	1.4;

1.4
date	95.05.14.02.30.19;	author rgrimes;	state Exp;
branches;
next	1.3;

1.3
date	95.04.09.06.06.00;	author phk;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.16.30.03;	author wollman;	state Exp;
branches;
next	1.1;

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

1.1.1.1
date	94.05.26.05.22.22;	author rgrimes;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove bad144 program.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	bad144
SRCS=	bad144.c dkcksum.c
MAN8=	bad144.8
MLINKS=	bad144.8 ../bad144.8
MANSUBDIR=/${MACHINE_ARCH}
.PATH: ${.CURDIR}/../../sbin/disklabel

.include <bsd.prog.mk>
@


1.5
log
@Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
@
text
@@


1.4
log
@mlink bad144.8 to man8/bad144.8 so we can find the manual page.

Use /${MACHINE} for MANSUBDIR instead of hardcoded /i386

Obtained from:	FreeBSD 1.1.5.1
@
text
@d7 1
a7 1
MANSUBDIR=/${MACHINE}
@


1.3
log
@Clean up, and make it work with Bruces wd.c changes.
Bad144 is on the way back.
@
text
@d6 2
a7 1
MANSUBDIR=/i386
@


1.2
log
@Get rid of update.  Make man page installation work with our scheme
(and rename a few in the process).
@
text
@d4 1
d7 1
@


1.1
log
@Initial revision
@
text
@d4 2
a5 2
MAN8=	bad144.0
MANSUBDIR=/vax
@


1.1.1.1
log
@BSD 4.4 Lite usr.sbin Sources
@
text
@@
