Deleted the MACROS for BINDIR, BINOWN, BINMODE. They are already setup
[unix-history] / usr.sbin / fdformat / Makefile
CommitLineData
745cabe1
AC
1#
2PROG = fdformat
3
4# the -I's seem to be confusing, but necessery this way
5# (so the right <unistd.h> will be found in /usr/include, and the
6# "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too)
1bd4610c 7CFLAGS+= -Wall -I/usr/include -I/sys/sys
745cabe1
AC
8
9.include <bsd.prog.mk>