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