opnsense-src/usr.sbin/fdformat/Makefile

15 lines
189 B
Makefile
Raw Normal View History

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