mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=lib add create delete info update version
|
|
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|