mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
15 lines
176 B
Makefile
15 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|