blob: fea4f2c3666d9f622f9b40b20c1e02efae1084b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SRCS= mkfs.c
BINDIR?= /usr/sbin
MAN?=
.include <bsd.own.mk>
.include "${.PARSEDIR}/../Makefile.inc"
.PATH: ${.CURDIR}/..
CPPFLAGS+= -I${.CURDIR}
NOGCCERROR?= yes
.include <bsd.prog.mk>
|