freebsd-dev/usr.sbin/fdformat/Makefile
Ruslan Ermilov ac731e6941 Fixed the world breakage in rev. 1.8 (space after -I).
While here, removed the GCCism (replaced with WARNS?=1).
2001-07-03 09:48:28 +00:00

12 lines
149 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../fdread
PROG= fdformat
SRCS= fdformat.c fdutil.c
CFLAGS= -I${.CURDIR}/../fdread
WARNS?= 1
.include <bsd.prog.mk>