forked from Lainports/opnsense-ports
14 lines
247 B
Text
14 lines
247 B
Text
PROG= %%PROG%%
|
|
|
|
WARNS= 7
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
LDADD= -L${.CURDIR:H}/lib -lsiod
|
|
MK_MAN= no
|
|
|
|
.if "%%PROG%%" == "sample"
|
|
INTERNALPROG= yes # We want it built -- as proof -- but not installed
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|