Go to file
cgd 67fd1bd089 add clean and distclean targets. Clean cleans out build-generated bits.
Distclean does that, plus removes other files windows is likely to
generate to make things unclean (.opt workspace options files, as well
as automatically updated versions of .dsp/.dsw files).  This means
that if you distclean: your workspace options may be reset to the defaults
(hey, you did tell it to clean everything out!), and any modifications
that you incorrectly made to the .dsp/.dsw files w/o using the templates
and UNIX-based auto-generation will be clobbered.
2000-01-12 19:19:16 +00:00
bin Slightly modified small fixes from Richard Rauch in PR bin/9150 2000-01-09 15:56:37 +00:00
dist update ipfilter code to 3.3.6 1999-12-28 07:40:12 +00:00
distrib Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
etc - Make /etc/daily run /etc/daily.local if it exists. Make similar change for 2000-01-10 17:03:49 +00:00
games Use err(1, NULL) and warn(NULL) for `out of memory' error messages. 2000-01-09 17:17:19 +00:00
gnu Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
include Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
lib Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
libexec fix problem where ftpd.conf lines would match everything if there was 2000-01-10 08:03:50 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin implement netmask slash notation for IP and IPv6 addresses 2000-01-12 10:29:35 +00:00
share SYnc with the latest driver changes. 2000-01-12 07:56:46 +00:00
sys add clean and distclean targets. Clean cleans out build-generated bits. 2000-01-12 19:19:16 +00:00
usr.bin Wrap login.conf database access in ifdef LOGIN_CAP. 2000-01-12 05:13:32 +00:00
usr.sbin fix bug that caused first load to fail - from jkunz@unixag-kl.fh-kl.de 2000-01-10 19:33:18 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00