summaryrefslogtreecommitdiffstats
path: root/usr.bin
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
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')
-rw-r--r--usr.bin/Makefile.amd647
-rw-r--r--usr.bin/Makefile.arm3
-rw-r--r--usr.bin/Makefile.i3867
-rw-r--r--usr.bin/Makefile.ia643
-rw-r--r--usr.bin/Makefile.powerpc3
-rw-r--r--usr.bin/Makefile.sparc643
6 files changed, 26 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
diff --git a/usr.bin/Makefile.arm b/usr.bin/Makefile.arm
new file mode 100644
index 0000000..3c4e7a5
--- /dev/null
+++ b/usr.bin/Makefile.arm
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR:= ${SUBDIR:Ntruss}
diff --git a/usr.bin/Makefile.i386 b/usr.bin/Makefile.i386
new file mode 100644
index 0000000..2eba205
--- /dev/null
+++ b/usr.bin/Makefile.i386
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.if ${MK_NCP} != "no"
+SUBDIR+= ncplist
+SUBDIR+= ncplogin
+.endif
+SUBDIR+= smbutil
diff --git a/usr.bin/Makefile.ia64 b/usr.bin/Makefile.ia64
new file mode 100644
index 0000000..fee2fb0
--- /dev/null
+++ b/usr.bin/Makefile.ia64
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR+= smbutil
diff --git a/usr.bin/Makefile.powerpc b/usr.bin/Makefile.powerpc
new file mode 100644
index 0000000..fee2fb0
--- /dev/null
+++ b/usr.bin/Makefile.powerpc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR+= smbutil
diff --git a/usr.bin/Makefile.sparc64 b/usr.bin/Makefile.sparc64
new file mode 100644
index 0000000..fee2fb0
--- /dev/null
+++ b/usr.bin/Makefile.sparc64
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR+= smbutil
OpenPOWER on IntegriCloud