summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2016-05-08 21:11:24 +0000
committerjilles <jilles@FreeBSD.org>2016-05-08 21:11:24 +0000
commite7356298948446a795fdb06e05aa629ecf6f296b (patch)
tree29245d81621325b47b87f2d8ae8497f7d2ea9beb /usr.bin/xinstall/Makefile
parent08fe1020bac90c02e77a7def5848ef2a83d486a3 (diff)
downloadFreeBSD-src-e7356298948446a795fdb06e05aa629ecf6f296b.zip
FreeBSD-src-e7356298948446a795fdb06e05aa629ecf6f296b.tar.gz
install: Add some tests.
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index c1056b5..dcb486b 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c getid.c
@@ -12,4 +14,8 @@ CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
LIBADD= md
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud