freebsd-dev/usr.sbin/fdformat/Makefile

16 lines
199 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../fdread
PROG= fdformat
SRCS= fdformat.c fdutil.c
1994-01-26 23:44:34 +00:00
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../fdread
1994-01-26 23:44:34 +00:00
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
1994-01-26 23:44:34 +00:00
.include <bsd.prog.mk>