11 lines
210 B
Makefile
11 lines
210 B
Makefile
# @(#)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>
|