summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Make the building of libsmb and mount_smbfs unconditional, now that r292552ian2015-12-211-1/+0
| | | | | | | | has eliminated alignment and endian problems that were making it fail on some platforms. PR: 180438 PR: 189415
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-0/+1
| | | | | | - Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch.
* Replace sade the extracted piece of sysinstall with sade the extractednwhitehorn2012-12-301-3/+0
| | | | | | | | piece of bsdinstall (although this time with a symlink instead of duplicated source code). Discussed on: freebsd-geom MFC after: 3 months
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+0
| | | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
* Merge from tbemd: use Makefile.arch to control building.imp2010-09-131-0/+8
Reviewed by: arch@ (many times, no objection)
OpenPOWER on IntegriCloud