mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
18987c6ebd
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>
|