freebsd_amp_hwpstate/sbin/newfs_msdos/Makefile

11 lines
123 B
Makefile

# $FreeBSD$
PROG= newfs_msdos
MAN= newfs_msdos.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>