freebsd-nq/usr.sbin
Bruce Evans 691cda9ce1 Fix SRCS so that `make depend' works. There were some .l's and some .y's.
The filenames in SRCS must have one of the extensions .s, .S, .c, or .cc
if they are to be handled by bsd.dep.mk.  Lex and yacc files must be
converted to C files and kept around for everything to work.  This is
handled fairly automatically if the names of the generated C files are
put in SRCS.  Unfortunately these names must be put in CLEANFILES too.

pcvt Makefiles:
Fix DPADD.  It was missing.

Fix CLEANFILES.  Some temporary files were missing.

Fix CFLAGS.  There were some `-I dir' options.

There must be no whitespace separating -I and -D options from the
corresponding args if these options are to be handled by bsd.dep.mk.
1995-09-28 18:23:44 +00:00
..
ac Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
accton Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
adduser The problem is the returned salt, while the freebsd man pages asks that the 1995-05-20 13:05:22 +00:00
amd Add code to work around FreeBSD's nfs symlink cache. 1995-08-24 10:22:25 +00:00
apm Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
apmconf Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
arp Make arp command actually behave as documented with the addition of a -f 1995-08-03 03:56:48 +00:00
bad144 Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
bootparamd main.c: 1995-07-25 22:44:14 +00:00
bootpd __386BSD__ -> __FreeBSD__ 1994-11-04 02:14:13 +00:00
bootpef add rtmsg.c. 1994-09-12 07:48:33 +00:00
bootpgw add rtmsg.c. 1994-09-12 07:48:33 +00:00
bootptest Changes for bootpd to work on FreeBSD 2.0: 1994-09-10 15:00:08 +00:00
cdcontrol Add the cdcontrol program by Serge Vakulenko. It's my understanding 1995-08-18 11:41:32 +00:00
cdplay Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chown Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chroot Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
config Put declarations in a header file ("ioconf.h") 1995-09-19 16:37:34 +00:00
config.new Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
cron Fix a bug that prevented %'s and \'s from being passed to the program 1995-09-10 13:02:56 +00:00
crunch Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
ctm Forgot this one in the MD5 reshuffle. 1995-07-13 15:33:42 +00:00
dbsym Changes to adapt to 2.0. 1994-08-23 11:17:55 +00:00
dev_mkdb Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
diskpart Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
edquota Cast some expressions involving dbtob() to (unsigned long) and print them 1995-05-07 07:48:35 +00:00
eeprom Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdformat Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdwrite Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
inetd Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
iostat Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
kbdcontrol Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
kbdmap Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
kernbb Don't dereference NULL pointers. 1995-04-28 04:58:19 +00:00
kgmon Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
kvm_mkdb Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
lpr Initialize the group list so that any filter programs that are 1995-09-02 17:53:14 +00:00
lptcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
lsdev Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
manctl Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
mixer Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
mount_portalfs Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
mountd Just when you thought it was safe... 1995-08-07 03:42:14 +00:00
mrouted Patches to correct endianness bugs in mtrace and a few other little 1995-07-10 16:13:05 +00:00
mtree Use p->fts_level instead of unsuccessfully trying to keep track of the 1995-07-24 02:52:42 +00:00
named Change unknown IOT to known ABRT (signal names) 1995-09-27 20:13:28 +00:00
ncrcontrol Improve usage message and document "-u" option to select one of multiple 1995-09-14 18:14:28 +00:00
nfsd Changes to support version 3 of the NFS protocol. 1995-06-27 11:07:30 +00:00
nologin Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
nslookup Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24 1995-08-20 22:32:57 +00:00
pccard Now pccard modems work to some minimal extent. 1995-09-19 12:40:06 +00:00
pcvt Fix SRCS so that `make depend' works. There were some .l's and some .y's. 1995-09-28 18:23:44 +00:00
pkg_install Don't be needlessly verbose in the pkg_create. 1995-08-28 14:47:30 +00:00
pkg_manage Clean up compilation warning. 1995-08-23 05:26:21 +00:00
portmap Close: 1995-08-05 23:25:52 +00:00
ppp Completely re-wrote the man-page using -mandoc macros. More cleanups in 1995-09-24 18:15:14 +00:00
pppd Recode mask logic to use inet_ntoa() so host routes are valid. 1995-09-06 16:33:40 +00:00
pppstats There was no newline in the error message for kvm_openfiles(). 1995-07-13 15:59:41 +00:00
pstat Add support for the "si" Specialix driver in "pstat -t" 1995-09-22 20:01:34 +00:00
pwd_mkdb Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
quot BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
quotaon Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
rarpd Use daemon() to deamonify ourselves. 1995-07-18 21:35:32 +00:00
repquota Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
rmt The rmt protocol didn't allow to pass a file creation mode (permission 1995-04-09 09:20:47 +00:00
routed Typo.. SIOGIFCONF -> SIOCGIFCONF 1995-08-21 16:44:02 +00:00
rtprio Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys. 1995-08-06 00:58:52 +00:00
rwhod Here are patches to add full multicast support to rwhod, and an updated man 1995-08-17 00:51:40 +00:00
sa Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
sade This mega-commit brings in Jordan's latest sysinstall version.. 1995-09-18 16:53:06 +00:00
sendmail Merge in the remaining differences from 8.6.11 to 8.6.12. 1995-08-17 04:57:21 +00:00
sgsc Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
sicontrol Rewrite the sicontrol man page to something remotely useful. 1995-09-26 18:18:49 +00:00
sliplogin Additionly parse /etc/sliphome/slip.slparms* to set keepalive, 1995-09-22 10:04:33 +00:00
slstat Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
spkrtest Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
swapinfo Don't follow a null pointer for the reporting error if kvm_openfiles() fails. 1994-11-14 07:54:06 +00:00
sysctl Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
sysinstall This mega-commit brings in Jordan's latest sysinstall version.. 1995-09-18 16:53:06 +00:00
syslogd Remove unconditional unlink at startup and conditionalised the unlink at exit 1995-09-11 13:55:11 +00:00
tcpdump Correctly determine the local timezone, by looking at the tm_gmtoff result 1995-09-28 15:28:40 +00:00
timed Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
traceroute bugfix: traceroute hangs forever, if another ICMP traffics exists and 1995-07-23 01:25:33 +00:00
trpt Removed bogus #include of netinet/in_pcb.h 1995-04-10 00:41:25 +00:00
trsp Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
tzsetup Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
update BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
vidcontrol Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
vipw Small NIS tweak: frob pw_error() a little so that it can say either 1995-08-13 16:05:06 +00:00
vnconfig The vnconfig man page needs updating (change vndXX to vnXX). 1995-07-08 09:29:51 +00:00
watch Add missing ospeed initialization 1995-08-04 07:17:24 +00:00
XNSrouted Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
xntpd Correct the manpage for the -o flag. Formerly it was a single flag, now 1995-09-03 20:09:00 +00:00
xten Switch from bogus absolute path to a relative one. 1995-05-09 23:48:54 +00:00
ypbind Add a -S option to ypbind that allows the following: 1995-07-20 22:33:02 +00:00
yppoll Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
ypset Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
zic Update timezone compiler and dumper to understand the new EC rules. 1995-08-05 20:28:48 +00:00
Makefile Add the cdcontrol program by Serge Vakulenko. It's my understanding 1995-08-18 11:41:32 +00:00
Makefile.inc BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00