f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
8 lines
152 B
Makefile
8 lines
152 B
Makefile
FSCK= ${NETBSDSRCDIR}/sbin/fsck
|
|
PROG= fsck.mfs
|
|
SRCS= fsck.c
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/servers -I${FSCK}
|
|
BINDIR= /sbin
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|