summaryrefslogtreecommitdiffstats
path: root/tools/tools/mcgrab/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2010-02-25 14:36:50 +0000
committerru <ru@FreeBSD.org>2010-02-25 14:36:50 +0000
commita7d34933344bc3694ee29ba02e0e388dbd855ca9 (patch)
tree815315f84e2ec0c4fad243007c13a618b2f65d35 /tools/tools/mcgrab/Makefile
parent1b75a98556931f83129a222260dbc32a104b8bc3 (diff)
downloadFreeBSD-src-a7d34933344bc3694ee29ba02e0e388dbd855ca9.zip
FreeBSD-src-a7d34933344bc3694ee29ba02e0e388dbd855ca9.tar.gz
Moved mcgrab(1) into a separate directory -- our .mk infrastructure
doesn't currently have support for building multiple programs in a single makefile. While here, fixed manpages and makefiles (missing dependencies).
Diffstat (limited to 'tools/tools/mcgrab/Makefile')
-rw-r--r--tools/tools/mcgrab/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/tools/mcgrab/Makefile b/tools/tools/mcgrab/Makefile
new file mode 100644
index 0000000..a470227
--- /dev/null
+++ b/tools/tools/mcgrab/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG_CXX= mcgrab
+CFLAGS+= -I${.CURDIR}/../mctest
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud