opnsense-src/usr.sbin/fdformat/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
142 B
Makefile
Raw Normal View History

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