af9fe6e59d
Use /${MACHINE} for MANSUBDIR instead of hardcoded /i386 Obtained from: FreeBSD 1.1.5.1
11 lines
205 B
Makefile
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>
|