Merge from tbemd: Move to using Makefile.arch to control what's build.
Reviewed by: (arch@, no objection)
This commit is contained in:
parent
daef7a5626
commit
628ee6d3bc
7
usr.bin/Makefile.amd64
Normal file
7
usr.bin/Makefile.amd64
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MK_NCP} != "no"
|
||||
SUBDIR+= ncplist
|
||||
SUBDIR+= ncplogin
|
||||
.endif
|
||||
SUBDIR+= smbutil
|
3
usr.bin/Makefile.arm
Normal file
3
usr.bin/Makefile.arm
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR:= ${SUBDIR:Ntruss}
|
7
usr.bin/Makefile.i386
Normal file
7
usr.bin/Makefile.i386
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MK_NCP} != "no"
|
||||
SUBDIR+= ncplist
|
||||
SUBDIR+= ncplogin
|
||||
.endif
|
||||
SUBDIR+= smbutil
|
3
usr.bin/Makefile.ia64
Normal file
3
usr.bin/Makefile.ia64
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= smbutil
|
3
usr.bin/Makefile.powerpc
Normal file
3
usr.bin/Makefile.powerpc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= smbutil
|
3
usr.bin/Makefile.sparc64
Normal file
3
usr.bin/Makefile.sparc64
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= smbutil
|
Loading…
Reference in New Issue
Block a user