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

Reviewed by:	(arch@, no objection)
This commit is contained in:
Warner Losh 2010-09-13 02:23:03 +00:00
parent 519b7ecc1b
commit 22e2f727d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212526
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