freebsd-dev/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 23:44:34 +00:00
2001-07-03 21:43:41 +00:00
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../fdread
1994-01-26 23:44:34 +00:00
.include <bsd.prog.mk>