freebsd-dev/usr.sbin/bad144/Makefile
Rodney W. Grimes af9fe6e59d 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
1995-05-14 02:30:19 +00:00

11 lines
205 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}
.PATH: ${.CURDIR}/../../sbin/disklabel
.include <bsd.prog.mk>