diff options
author | ian <ian@FreeBSD.org> | 2015-12-21 17:41:08 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2015-12-21 17:41:08 +0000 |
commit | 68574adad687ab8da29fb0e78bd309dfe0d6f788 (patch) | |
tree | f6848a665dff599062b27280f131cdc9c11e2742 /usr.sbin | |
parent | 1a16baceaae6c0428099af41b18d01eebc56f62b (diff) | |
download | FreeBSD-src-68574adad687ab8da29fb0e78bd309dfe0d6f788.zip FreeBSD-src-68574adad687ab8da29fb0e78bd309dfe0d6f788.tar.gz |
Make the building of libsmb and mount_smbfs unconditional, now that r292552
has eliminated alignment and endian problems that were making it fail on
some platforms.
PR: 180438
PR: 189415
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile.amd64 | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile.arm | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile.i386 | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile.powerpc | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile.sparc64 | 1 |
6 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3bec616..16feb68 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -46,6 +46,7 @@ SUBDIR= adduser \ mixer \ mlxcontrol \ mountd \ + mount_smbfs \ mpsutil \ mptutil \ mtest \ diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64 index 3f40974..0fdccaf 100644 --- a/usr.sbin/Makefile.amd64 +++ b/usr.sbin/Makefile.amd64 @@ -25,7 +25,6 @@ SUBDIR+= hyperv .endif SUBDIR+= kgmon SUBDIR+= lptcontrol -SUBDIR+= mount_smbfs SUBDIR+= mptable .if ${MK_NDIS} != "no" SUBDIR+= ndiscvt diff --git a/usr.sbin/Makefile.arm b/usr.sbin/Makefile.arm index 590b8cd..84cff4a 100644 --- a/usr.sbin/Makefile.arm +++ b/usr.sbin/Makefile.arm @@ -1,5 +1,4 @@ # $FreeBSD$ SUBDIR+= kgmon -SUBDIR+= mount_smbfs SUBDIR+= ofwdump diff --git a/usr.sbin/Makefile.i386 b/usr.sbin/Makefile.i386 index 772c11d..6c99daf 100644 --- a/usr.sbin/Makefile.i386 +++ b/usr.sbin/Makefile.i386 @@ -12,7 +12,6 @@ SUBDIR+= cpucontrol SUBDIR+= kgmon SUBDIR+= kgzip SUBDIR+= lptcontrol -SUBDIR+= mount_smbfs SUBDIR+= mptable .if ${MK_NDIS} != "no" SUBDIR+= ndiscvt diff --git a/usr.sbin/Makefile.powerpc b/usr.sbin/Makefile.powerpc index 8833a27..131eb57 100644 --- a/usr.sbin/Makefile.powerpc +++ b/usr.sbin/Makefile.powerpc @@ -1,5 +1,4 @@ # $FreeBSD$ -SUBDIR+= mount_smbfs SUBDIR+= nvram SUBDIR+= ofwdump diff --git a/usr.sbin/Makefile.sparc64 b/usr.sbin/Makefile.sparc64 index 632b3a8..81f7a9b 100644 --- a/usr.sbin/Makefile.sparc64 +++ b/usr.sbin/Makefile.sparc64 @@ -1,5 +1,4 @@ # $FreeBSD$ SUBDIR+= eeprom -SUBDIR+= mount_smbfs SUBDIR+= ofwdump |