opnsense-src/usr.sbin/fdformat/Makefile

12 lines
150 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
2001-07-03 17:43:41 -04:00
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../fdread
1994-01-26 18:44:34 -05:00
.include <bsd.prog.mk>