lukem
9e5598221a
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
2002-04-26 15:50:21 +00:00
lukem
0e901f7d9b
Clean up which .o members are built for each of the "fake" libraries;
...
.o files containing unused functions are still linked in (unlike a .a file)
Saves a bit of space by culling unused .c references.
(Required .o members determined by looking at the mapfile generated by
adding LDFLAGS+=-Wl,-Map,mapfile in dhcp/client/Makefile.)
2002-04-14 23:44:25 +00:00
tv
7ec460046d
Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.
2001-12-12 00:05:09 +00:00
jmc
0eadbed94d
Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization
...
levels
2001-10-05 01:17:27 +00:00
drochner
22c120406f
use dhcp sources from src/dist/dhcp
2001-08-03 14:15:48 +00:00
mellon
871abbab37
Make things a lot smaller.
2001-04-06 18:53:33 +00:00
simonb
20f99292d1
Disable tracing in the distrib client (controlled by #ifdef SMALL in
...
includes/site.h).
2001-04-06 06:39:54 +00:00
thorpej
c00d041746
Make this work with the new dhcp code -- but the binary is Bigger.
...
Might require some trimming in the dhcp code itself.
2001-04-06 04:09:55 +00:00
mrg
24939a4846
don't use -Os on sparc64, it causes a ICE in gcc 2.95.2.
2000-12-27 08:12:01 +00:00
tv
4e6c453a69
Make this compile with the updated dhcp.
2000-10-18 18:26:00 +00:00
darrenr
8c0d804feb
fix problems building a distribution on i386
...
re. PR's 11023, 10991, 10978 (others ?)
2000-09-18 11:56:09 +00:00
itojun
a3c60d7535
need -DCLIENT_PATH to compile the latest dhclient. not 100% sure if it's
...
completely right.
2000-07-24 07:59:28 +00:00
briggs
379713ee71
Define SMALL.
2000-06-26 12:34:05 +00:00
jtk
8a4c44eac9
Fix up to reflect source changes in dhclient
2000-06-12 02:36:18 +00:00
matt
cd116b1569
Add fddi.c
2000-05-29 03:13:24 +00:00
thorpej
5a58ea4ad2
Support for building a small(er) DHCP client, one day suitable for
...
installation media. From Erik Berls <cyber@netbsd.org>, with some
slight frobbing by me.
2000-05-12 20:53:21 +00:00