diff options
author | yongari <yongari@FreeBSD.org> | 2010-01-25 18:52:47 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-01-25 18:52:47 +0000 |
commit | 9d1af239b116777fa8125a38a90968512aa42159 (patch) | |
tree | 283c90fc34b7e8c6af223422c2320dcc4f1f655e /usr.sbin | |
parent | 2371e9986a0649a3c084cec521cd34181c6046b8 (diff) | |
download | FreeBSD-src-9d1af239b116777fa8125a38a90968512aa42159.zip FreeBSD-src-9d1af239b116777fa8125a38a90968512aa42159.tar.gz |
Connect smbfs related libraries and tool on sparc64.
Reviewed by: marius
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6f7df81..cdcaaf3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -512,6 +512,7 @@ _ofwdump= ofwdump .if ${MACHINE_ARCH} == "sparc64" _eeprom= eeprom +_mount_smbfs= mount_smbfs _ofwdump= ofwdump .endif |