freebsd-src/usr.bin
Xin LI dd0e616123 MFC r312404, r312519, r313277:
Use S_ISREG instead of manual & (also it's better to compare the
result from & and the pattern instead of just assuming it's one bit
value).

Pointed out by Tianjie Mao <tjmao tjmao com>.
2017-04-03 06:14:23 +00:00
..
alias Make hash, type and ulimit available via execve(). 2010-04-25 17:38:53 +00:00
apply MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
ar MFC r301974: ar: enable reproducible output by default when invoked as 'ar -s' 2016-07-25 14:35:14 +00:00
asa - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
at MFC r287123: 2015-09-08 02:02:08 +00:00
atf MFC r266650, r267172 (both by jmmv): 2014-08-31 23:09:23 +00:00
atm MFC r313653: 2017-02-21 02:24:31 +00:00
awk MFC r313654: 2017-02-21 02:34:59 +00:00
banner Add missing static keywords to banner(1) 2011-11-06 08:13:51 +00:00
basename MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
bc MFC r291155: 2015-12-26 18:26:44 +00:00
biff Fix EXIT STATUS. biff reports its status when it was invoked. 2013-04-28 09:29:44 +00:00
bluetooth MFC r313656: 2017-02-21 02:23:27 +00:00
bmake MFC r295643: 2017-02-16 05:17:40 +00:00
brandelf fix up my copyright and remove third clause.. 2013-08-26 18:51:48 +00:00
bsdcat MFC r315636,315876,316095: 2017-03-31 20:17:30 +00:00
bsdiff MFC bspatch Capsicumization and improvements 2016-09-22 21:16:54 +00:00
bzip2 Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
bzip2recover MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
c89 Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc, 2013-03-07 21:34:16 +00:00
c99 MFC: r285457 2015-07-20 14:40:34 +00:00
calendar MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
cap_mkdb MFC: 2016-03-06 08:40:21 +00:00
catman MFC r299577, r299578, r299589 2016-05-20 06:24:16 +00:00
chat MFC r311160, r311210, r311288, r311292, r311298, r311340 2017-02-02 19:50:28 +00:00
checknr MFC: r282437, r282438, r282439, r282462, r282463, r282464, r282466, r282467, 2015-05-15 09:00:20 +00:00
chkey Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
chpass Avoid possible null deref if ypclnt_new returns null 2012-11-15 15:06:18 +00:00
cksum More -Wmissing-variable-declarations fixes. 2012-10-20 10:33:15 +00:00
clang MFC r292950: 2016-01-12 19:33:43 +00:00
cmp MFC r311572, r311895, r311928, r311985, r312395, r312417 2017-02-28 22:18:05 +00:00
col MFC r315776: 2017-03-30 06:20:58 +00:00
colcrt Add missing static keywords to colcrt(1) 2011-11-06 08:14:28 +00:00
colldef MFC r289677: 2016-01-07 00:40:51 +00:00
colrm Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
column Add missing static keywords to column(1) 2011-11-06 08:14:34 +00:00
comm MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
compile_et - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings 2012-03-22 08:48:42 +00:00
compress Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
cpio MFC r315636,315876,316095: 2017-03-31 20:17:30 +00:00
cpuset Add missing static keywords to cpuset(1) 2011-11-06 08:14:40 +00:00
csplit Add missing static keywords to csplit(1) 2011-11-06 08:14:45 +00:00
csup Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
ctags Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
ctlstat MFC r314592: Fix JSON output. 2017-03-10 06:18:27 +00:00
cut MFC r312523: 2017-02-11 07:11:43 +00:00
dc MFC r314321: 2017-03-12 05:36:31 +00:00
dirname MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
dpv MFC r274925: misc mdoc fixes. 2016-09-27 19:00:22 +00:00
drill Build and install drill(1). 2013-09-22 20:30:55 +00:00
dtc MFC r289677: 2016-01-07 00:40:51 +00:00
du New sentence, new line. 2012-11-04 09:27:01 +00:00
ee Fix spelling. 2013-03-11 13:08:32 +00:00
elf2aout Make manpage's SYNOPSIS match program's usage(). 2010-02-12 15:07:24 +00:00
elfdump MFC r307520: elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions 2016-10-24 00:46:38 +00:00
enigma Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
env MFC r279779: env: Fix crash when -S string is not empty but no operand 2015-03-15 11:43:51 +00:00
expand Mark global functions and/or variables in expand(1) static where possible. 2011-11-06 18:49:30 +00:00
false Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fetch MFC r297052: 2016-06-06 11:08:05 +00:00
file MFC r267897: MFV r267843: 2014-07-11 00:00:00 +00:00
file2c MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
find MFC r312692 2017-03-30 02:00:42 +00:00
finger More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
fmt Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fold Add missing static keywords to fold(1) 2011-11-06 08:15:23 +00:00
from Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fstat Similar to 233760 and 236717, export some more useful info about the 2013-05-03 21:11:57 +00:00
fsync Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
ftp Merge tnftp-20100108 from the vendor branch into head. 2011-06-20 08:00:32 +00:00
gcore MFC 303002: Include process IDs in core dumps. 2016-10-28 03:54:19 +00:00
gencat More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
getconf MFstable/11 r304949,r305226: 2016-09-01 19:10:42 +00:00
getent Add support for netgroup, based on patch in the PR but made consistent 2013-05-23 20:52:30 +00:00
getopt Fix typo in example getopt(1) script: $i vs $1 [1] 2011-01-26 18:43:15 +00:00
gprof rework old-style functions prototypes 2013-02-14 08:16:03 +00:00
grep MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
gzip MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
head Remove EOL whitespace accidentally introduced in r248393. 2013-03-17 06:57:25 +00:00
hesinfo - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
hexdump MFC r282041: hexdump: Don't use uninitialized struct stat. 2015-05-10 21:26:07 +00:00
host MFC r270668, r270669, r270672: 2014-08-29 01:20:31 +00:00
iconv MFC r287319: 2015-09-14 18:52:41 +00:00
id Correct the change made in r227166. 2011-11-06 09:09:45 +00:00
indent MFC r301513: 2016-06-09 16:29:19 +00:00
ipcrm General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
ipcs Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
iscsictl MFC r289453: 2016-01-23 15:48:14 +00:00
join MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
jot MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
kdump MFC 306564: Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined. 2017-01-09 00:09:19 +00:00
keylogin WARNS=6 compliance 2013-02-19 13:32:26 +00:00
keylogout K&R -> ANSI 2009-06-23 23:17:04 +00:00
killall MFC r260800: 2014-11-13 16:40:15 +00:00
ktrace MFC r297476: 2016-04-13 16:47:14 +00:00
ktrdump MFC 278327: 2015-03-19 13:08:17 +00:00
lam MFC: r281209: 2015-04-16 00:34:41 +00:00
last MFC r285742: 2015-08-20 08:34:13 +00:00
lastcomm MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
ldd MFC r299952 2016-05-23 05:19:37 +00:00
leave Build last(1) and leave(1) with WARNS=6. 2011-10-14 07:26:20 +00:00
less MFC r293190: MFV r293125: less v481. 2016-01-18 19:13:54 +00:00
lessecho - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lesskey - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lex Connect flex 2.5.37 to the build and bump __FreeBSD_version. 2013-05-21 19:32:35 +00:00
limits MFC r290567: 2015-11-16 00:58:31 +00:00
locale MFC r309364 r309367 r309624 2016-12-13 23:10:35 +00:00
locate MFH (r290742): don't index /var/db/freebsd-update 2016-01-26 08:44:01 +00:00
lock MFC r270647: Add references to vt(4) and the configuration files in /usr/sha 2014-09-04 13:45:16 +00:00
lockf MFC r281582: 2015-04-23 15:24:33 +00:00
logger MFC r262769: 2015-04-02 02:14:58 +00:00
login MFC r287634: 2015-09-24 00:54:46 +00:00
logins Reencode files from latin1 to UTF-8. 2011-12-30 10:59:15 +00:00
logname Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
look Add missing static keywords to look(1) 2011-11-06 08:15:59 +00:00
lorder Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
lsvfs - Add file system type number (vfc_typenum) in the list. This is useful 2013-06-09 16:33:32 +00:00
lzmainfo MFC: xz 5.2.2. 2015-12-22 08:03:23 +00:00
m4 MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
mail MFC r312663: When creating record file, use umask 077 instead of the default. 2017-02-06 05:34:47 +00:00
make MFC r266074,r266104,r266147: 2014-12-30 02:32:48 +00:00
makewhatis MFC r291348: 2015-12-04 19:16:56 +00:00
man MFC r274720: 2015-05-15 09:56:59 +00:00
mandoc Merge mandoc from vendor into contrib and provide the necessary Makefile glue. 2012-10-19 22:21:01 +00:00
mesg Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
minigzip MFC r311275: Restructure libz. 2017-01-18 08:20:36 +00:00
ministat Add option to suppress just the plot in ministat while still retaining 2012-11-15 15:06:12 +00:00
mkcsmapper MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
mkcsmapper_static MFC r295977: 2016-03-12 18:54:02 +00:00
mkdep MFC r289872: 2015-12-04 18:04:56 +00:00
mkesdb Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
mkesdb_static MFC r295977: 2016-03-12 18:54:02 +00:00
mkfifo Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
mkimg MFC r315212, r315213, r315214, r315215: 2017-03-20 00:55:24 +00:00
mklocale MFC r299524 2016-05-20 06:02:44 +00:00
mkstr Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
mktemp Use the macro for standard error return values. 2012-11-18 16:34:06 +00:00
mkulzma MFC: xz 5.2.2. 2015-12-22 08:03:23 +00:00
mkuzip MFC: merge in all new features and improvements into mkuzip(8) from current, 2016-07-20 16:36:17 +00:00
msgs MFC r299525 2016-05-20 06:05:20 +00:00
mt MFC r300327: 2016-05-25 15:10:07 +00:00
nc MFV: nc(1) from OpenBSD 4.8. 2010-10-19 00:01:53 +00:00
ncal MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
netstat MFC r311769: 2017-01-16 09:12:40 +00:00
newgrp Print a warning if not setuid root. 2013-02-08 14:14:00 +00:00
newkey MFC r305077: 2016-09-07 18:22:08 +00:00
nfsstat MFC 261512,261514: 2014-02-19 19:28:49 +00:00
nice Not only had I included a syntax / style error, nice.3 is also 2011-02-26 11:20:51 +00:00
nl Make nl(1) build with WARNS=6. 2011-10-14 07:28:39 +00:00
nohup Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
opieinfo Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
opiekey MFC: r269806,r269809,r269811,r269810 2014-08-18 02:13:45 +00:00
opiepasswd Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
pagesize Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
pamtest Update to OpenPAM Micrampelis. 2012-05-26 17:10:16 +00:00
passwd MFC r261895: 2014-02-18 03:39:20 +00:00
paste Mark global functions and/or variables in paste(1) static where possible. 2011-11-06 18:49:53 +00:00
patch MFC r306560, r306561: 2016-10-09 20:13:53 +00:00
pathchk MFC r256800: pathchk: Ensure bytes >= 128 are considered non-portable 2014-08-31 20:34:06 +00:00
perror MFC 281887: 2015-06-02 19:20:39 +00:00
pr MFC r289677: 2016-01-07 00:40:51 +00:00
printenv Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
printf MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
procstat MFC r309676 2016-12-15 16:52:17 +00:00
protect MFC 281887: 2015-06-02 19:20:39 +00:00
quota MFC r285253 (hrs): 2015-07-20 21:52:05 +00:00
rctl MFC r290408: 2016-01-11 19:32:07 +00:00
renice Move example to EXAMPLES. 2013-03-17 06:36:04 +00:00
rev Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
revoke Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
rlogin More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
rpcgen MFC r311160, r311210, r311288, r311292, r311298, r311340 2017-02-02 19:50:28 +00:00
rpcinfo Cleanup use of 'host' when running 'rpcinfo -p'. 2012-08-18 16:14:50 +00:00
rs MFC: r281209: 2015-04-16 00:34:41 +00:00
rsh None of these programs actually use auth.conf. 2012-06-11 16:18:39 +00:00
rup Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
ruptime Add missing static keywords to ruptime(1) 2011-11-06 08:16:41 +00:00
rusers Add missing static keywords to rusers(1) 2011-11-06 08:16:47 +00:00
rwall Add missing static keywords to rwall(1) 2011-11-06 08:16:53 +00:00
rwho Merge an applicable subset of r263234 from HEAD to stable/10: 2015-03-19 12:32:48 +00:00
script MFC: 298112 2016-04-23 10:10:29 +00:00
sed MFC r312404, r312519, r313277: 2017-04-03 06:14:23 +00:00
send-pr Merge r267482,r267483,r267486,r267577,r267671,r267672 from head: 2014-06-22 16:48:21 +00:00
seq MFC r275918: 2015-01-23 18:42:05 +00:00
setchannel Remove superfluous paragraph macro. 2012-03-25 09:19:25 +00:00
shar Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
showmount MFC r297207: 2016-11-04 14:06:21 +00:00
smbutil Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
sockstat MFC r287281: 2016-01-17 18:39:01 +00:00
sort MFC r312667: 2017-02-06 05:27:05 +00:00
split Avoid signed overflow in error handling code. 2013-05-21 19:56:03 +00:00
ssh-copy-id MFC r283001: 2015-06-10 01:17:14 +00:00
stat More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
stdbuf Remove stray tabs. 2013-01-14 11:06:50 +00:00
su Make check for unknown login class actually work. Previously, using the "-c" option 2013-08-12 21:01:01 +00:00
svn MFC r313679: 2017-02-21 02:33:41 +00:00
systat MFC r309552 2017-03-30 01:48:36 +00:00
tabs - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tail MFC r311572, r311895, r311928, r311985, r312395, r312417 2017-02-28 22:18:05 +00:00
talk MFC r270650 (this is what should have been committed in r273497): 2014-10-23 00:43:08 +00:00
tar MFC r315636,315876,316095: 2017-03-31 20:17:30 +00:00
tcopy Add missing static keywords to tcopy(1) 2011-11-06 08:17:29 +00:00
tee Reverting last change r231449 (fix bin/164947) due to concerns voiced 2012-02-11 16:34:03 +00:00
telnet Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
tests MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
tftp MFC r287320: 2015-09-14 18:57:50 +00:00
time time: Use close-on-exec instead of fclose() in the child process. 2012-12-08 17:41:39 +00:00
timeout MFC r313867,r313869,r313870,r314001: 2017-03-03 21:41:17 +00:00
tip A number of places in the source tree still reference cuad.* after 2012-12-08 22:16:36 +00:00
top MFC r266773,r280680,r311710: 2017-01-13 08:24:41 +00:00
touch MFC r278817: touch: Fix some subtle bugs related to NULL times fallback: 2016-04-10 15:24:07 +00:00
tput Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
tr MFC: r302827 2016-07-22 19:36:11 +00:00
true Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
truncate MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
truss MFC r303934,r303937,r303942: 2016-08-15 11:54:29 +00:00
tset More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
tsort Add missing static keywords to tsort(1) 2011-11-06 08:17:47 +00:00
tty Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
ul MFC r302558: 2016-07-20 07:33:48 +00:00
uname MFC r256557: add uname flags to access userland's __FreeBSD_version more 2013-11-20 17:46:23 +00:00
unexpand MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
unifdef MFC r279297: 2015-03-05 09:39:29 +00:00
uniq MFC r314450,r313439: 2017-03-07 01:52:50 +00:00
units mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
unvis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
unzip Replace deprecated (or remove obsolete) libarchive 2.8 functions 2013-03-22 10:17:42 +00:00
usbhidaction MFC r288335: 2015-10-13 08:21:15 +00:00
usbhidctl mdoc sweep. 2013-05-12 22:22:12 +00:00
users Bump date missed in r202756 2012-09-14 17:50:42 +00:00
uudecode MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
uuencode MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
vacation Since clang 3.2 now has an option to suppress warnings about implicitly 2013-02-16 20:17:31 +00:00
vgrind MFC r289677: 2016-01-07 00:40:51 +00:00
vi MFC r290083: 2015-12-04 18:21:05 +00:00
vis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
vmstat MFC 283624,283630: 2015-10-01 17:09:20 +00:00
vtfontcvt MFC r287340: vtfontcvt: fix buffer overflow for non-default size .hex fonts 2015-09-24 13:06:19 +00:00
w MFC r287590: 2015-09-23 01:07:45 +00:00
wall MFC r286102: 2015-08-04 03:06:23 +00:00
wc MFC r286615: 2015-08-14 02:45:22 +00:00
what Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
whereis Reencode files from latin1 to UTF-8. 2011-12-30 10:59:15 +00:00
which Mark global functions and/or variables in which(1) static where possible. 2011-11-06 18:50:26 +00:00
who Remove contractions. 2012-10-07 20:01:41 +00:00
whois MFC r281959,282885 (fanf, partial),282888 (fanf): 2015-05-18 21:27:46 +00:00
write Fix write(1) to support wide characters. 2012-02-13 14:40:15 +00:00
xargs MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
xinstall MFC r303929,r303930,r303931,r303932,r303933: 2016-08-19 16:59:16 +00:00
xlint MFC r291348: 2015-12-04 19:16:56 +00:00
xstr Mark global functions and/or variables in xstr(1) static where possible. 2011-11-06 18:50:39 +00:00
xz MFC: xz 5.2.2. 2015-12-22 08:03:23 +00:00
xzdec MFC: xz 5.2.2. 2015-12-22 08:03:23 +00:00
yacc MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
yes MFC r267067: 2014-06-07 02:49:39 +00:00
ypcat Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
ypmatch Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
ypwhich Variable 'getmap' is unused. 2010-06-19 16:24:55 +00:00
Makefile MFC r299529,r299540,r299576,r299896: 2016-06-17 22:40:10 +00:00
Makefile.amd64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.arm Add arm bits to truss. 2013-03-07 23:44:35 +00:00
Makefile.i386 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.ia64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.inc Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
Makefile.powerpc - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.sparc64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00