freebsd-dev/usr.sbin/bad144/Makefile

11 lines
205 B
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= bad144
SRCS= bad144.c dkcksum.c
MAN8= bad144.8
MLINKS= bad144.8 ../bad144.8
MANSUBDIR=/${MACHINE}
.PATH: ${.CURDIR}/../../sbin/disklabel
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>