mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
11 lines
113 B
Makefile
11 lines
113 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= sysinit
|
||
|
|
NO_MAN=
|
||
|
|
|
||
|
|
CFLAGS+= -I${.CURDIR}/../../kshim
|
||
|
|
|
||
|
|
BINDIR?= /usr/bin
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|