4c8f3b9d67
Bad144 is on the way back.
10 lines
170 B
Makefile
10 lines
170 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= bad144
|
|
SRCS= bad144.c dkcksum.c
|
|
MAN8= bad144.8
|
|
MANSUBDIR=/i386
|
|
.PATH: ${.CURDIR}/../../sbin/disklabel
|
|
|
|
.include <bsd.prog.mk>
|