16 lines
216 B
Makefile
16 lines
216 B
Makefile
|
SRCS= mkfs.c
|
||
|
BINDIR?= /usr/sbin
|
||
|
MAN?=
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
.include "${.PARSEDIR}/../Makefile.inc"
|
||
|
|
||
|
.PATH: ${.CURDIR}/..
|
||
|
|
||
|
CPPFLAGS+= -I${.CURDIR}
|
||
|
|
||
|
NOGCCERROR?= yes
|
||
|
NOCLANGERROR?= yes
|
||
|
|
||
|
.include <bsd.prog.mk>
|