freebsd-dev/usr.sbin/fdformat/Makefile

12 lines
154 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR:H}/fdread
PROG= fdformat
MAN= fdformat.8
SRCS= fdformat.c fdutil.c
1994-01-26 23:44:34 +00:00
CFLAGS+= -I${.CURDIR:H}/fdread
1994-01-26 23:44:34 +00:00
.include <bsd.prog.mk>