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