summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 11:49:06 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 11:49:06 +0000
commit15c31aa79c31aeb2859e80efbfe4236b795f6936 (patch)
treea95dc8a2c433d787db4fa089e6b061ab6770aefe /bin/expr/Makefile
parentb45c95ab3d00e936a65f59496b980ccb8ff0fc86 (diff)
downloadFreeBSD-src-15c31aa79c31aeb2859e80efbfe4236b795f6936.zip
FreeBSD-src-15c31aa79c31aeb2859e80efbfe4236b795f6936.tar.gz
MFC r277358:
r277358 (by ngie): Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index b86cf66..23f768b 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,9 +1,15 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
PROG= expr
SRCS= expr.y
YFLAGS=
NO_WMISSING_VARIABLE_DECLARATIONS=
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud