aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-06-30 05:33:52 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-06-30 05:33:52 +0000
commit4bfdbb0b562f44a634356cdd8aeb372a80cc398f (patch)
tree1f574d1c5c4c4f53f9d67b787f900ffc22d0546c /usr.sbin/chown/Makefile
parent7063e348ab1442728925ec5acf764e2595a7bec3 (diff)
downloadsrc-4bfdbb0b562f44a634356cdd8aeb372a80cc398f.tar.gz
src-4bfdbb0b562f44a634356cdd8aeb372a80cc398f.zip
Notes
Diffstat (limited to 'usr.sbin/chown/Makefile')
-rw-r--r--usr.sbin/chown/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile
index 97972e5684ed..7bcb67724832 100644
--- a/usr.sbin/chown/Makefile
+++ b/usr.sbin/chown/Makefile
@@ -1,8 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= chown
LINKS= ${BINDIR}/chown /usr/bin/chgrp
MAN= chgrp.1 chown.8
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>