summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile.amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-09-13 02:23:03 +0000
committerimp <imp@FreeBSD.org>2010-09-13 02:23:03 +0000
commit628ee6d3bc29336787bd2f0a2cbc191e8191f17b (patch)
treea653443d5c011eef506fdb95aad2a5a64e51adc8 /usr.bin/Makefile.amd64
parentdaef7a5626c8317169833fe2e3996be42fb1351e (diff)
downloadFreeBSD-src-628ee6d3bc29336787bd2f0a2cbc191e8191f17b.zip
FreeBSD-src-628ee6d3bc29336787bd2f0a2cbc191e8191f17b.tar.gz
Merge from tbemd: Move to using Makefile.arch to control what's build.
Reviewed by: (arch@, no objection)
Diffstat (limited to 'usr.bin/Makefile.amd64')
-rw-r--r--usr.bin/Makefile.amd647
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/Makefile.amd64 b/usr.bin/Makefile.amd64
new file mode 100644
index 0000000..2eba205
--- /dev/null
+++ b/usr.bin/Makefile.amd64
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.if ${MK_NCP} != "no"
+SUBDIR+= ncplist
+SUBDIR+= ncplogin
+.endif
+SUBDIR+= smbutil
OpenPOWER on IntegriCloud