Merge from tbemd: Move to using Makefile.arch to control what's build.

Reviewed by:	(arch@, no objection)
This commit is contained in:
imp 2010-09-13 02:23:03 +00:00
parent daef7a5626
commit 628ee6d3bc
6 changed files with 26 additions and 0 deletions

7
usr.bin/Makefile.amd64 Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
.if ${MK_NCP} != "no"
SUBDIR+= ncplist
SUBDIR+= ncplogin
.endif
SUBDIR+= smbutil

3
usr.bin/Makefile.arm Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
SUBDIR:= ${SUBDIR:Ntruss}

7
usr.bin/Makefile.i386 Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
.if ${MK_NCP} != "no"
SUBDIR+= ncplist
SUBDIR+= ncplogin
.endif
SUBDIR+= smbutil

3
usr.bin/Makefile.ia64 Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
SUBDIR+= smbutil

3
usr.bin/Makefile.powerpc Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
SUBDIR+= smbutil

3
usr.bin/Makefile.sparc64 Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
SUBDIR+= smbutil