summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
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