1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/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>