mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
15 lines
205 B
Makefile
15 lines
205 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= dumpon
|
|
|
|
.if ${MK_OPENSSL} != "no"
|
|
LIBADD= crypto
|
|
CFLAGS+=-DHAVE_CRYPTO
|
|
CFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
|
|
.endif
|
|
|
|
MAN= dumpon.8
|
|
|
|
.include <bsd.prog.mk>
|