mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
23 lines
229 B
Makefile
23 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
bcd \
|
|
caesar \
|
|
factor \
|
|
fortune \
|
|
grdc \
|
|
morse \
|
|
number \
|
|
pom \
|
|
ppt \
|
|
primes \
|
|
random \
|
|
${_tests}
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
_tests= tests
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|