summaryrefslogtreecommitdiffstats
path: root/mk
Commit message (Expand)AuthorAge
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
* Don't forget to remove .gitignoreRoy Marples2009-05-10
* Add a build target to prepare dhcpcd for importing into NetBSD.Roy Marples2009-05-10
* Add (c) to CopyrightRoy Marples2009-05-01
* Go back to using gitRoy Marples2009-04-30
* Remove .depend before creating it.Roy Marples2009-04-24
* Finally fix compile on vanilla kernel headers.Roy Marples2009-02-24
* Remove .svn dirs from snapshots.Roy Marples2009-01-13
* Default to -O2.Roy Marples2008-11-05
* Really fix .depend with GNU make and other makes.Roy Marples2008-10-20
* We need to include a variable, not the gmake shell funtion.Roy Marples2008-10-20
* Allow .depend to be included if it exists with gmake.Roy Marples2008-10-20
* svn repoRoy Marples2008-09-25
* Punt old dirs and work with svn.Roy Marples2008-09-25
* We don't create these files, so don't clean them.Roy Marples2008-09-09
* Use -S to test full compiler flags.Roy Marples2008-09-08
* Tests now work with gcc and pcc.Roy Marples2008-09-06
* Always test our cc options with a valid input file.Roy Marples2008-09-06
* As our logger calls emulate syslog, we can use %m. However, this means we hav...Roy Marples2008-09-05
* Add an event loop.Roy Marples2008-09-02
* Darwin uses --rpath instead of -Wl,-rpath= - bummer.Roy Marples2008-07-21
* Remove the fork() test as compile hosts will normally have it, making it redu...Roy Marples2008-07-20
* Use proper exit codes.Roy Marples2008-07-17
* We need to link to the right libc if installing in / on NetBSD.Roy Marples2008-07-05
* Support the root dynmanic linker on NetBSD, so we work without /usr mounted.Roy Marples2008-07-02
* make DEBUG=yes enabled ggdb.Roy Marples2008-06-07
* Allow building of snapshots.Roy Marples2008-06-07
* Should clean the core files too.Roy Marples2008-05-29
* Installing to FHS dirs just for Linux is silly, especially as GNU autotools d...Roy Marples2008-05-22
* Stop defining the same flags twice.Roy Marples2008-05-21
* Use CPP flags here.Roy Marples2008-05-20
* Install hooks in the os specific dir.Roy Marples2008-05-20
* Fix install for gmake.Roy Marples2008-05-20
* Move socket.c -> lpf.c. Also, default Linux to using /lib/dhcpcd rather than ...Roy Marples2008-05-20
* Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.dui...Roy Marples2008-05-20
* Split dhcpcd.sh into smaller hook scripts, so that dhcpcd.sh just provide som...Roy Marples2008-05-20
* Use CPPFLAGS as FreeBSD make doesn't.Roy Marples2008-05-20
* We should really be using CPPFLAGS.Roy Marples2008-05-20
* Change our Makefile vars to be more like NetBSD.Roy Marples2008-05-19
* Move VERSION from Makefile to config.h so that other Makefiles can be used in...Roy Marples2008-05-19
* Define our own log text so we can move it off bss.Roy Marples2008-05-14
* Make the man pages by default.Roy Marples2008-05-12
* Install the right man page.Roy Marples2008-04-25
* dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matchi...Roy Marples2008-04-18
* Remove the .info file and now set environment vars in the same vein as dhclie...Roy Marples2008-04-16
* Change a few build/install knobs.Roy Marples2008-04-14
* Move configuration file setup to dhcpcd.sh so that it's possible for the user...Roy Marples2008-04-12
* Normally I hate massive code drops, but heh.Roy Marples2008-04-11
* Fix compile on Linux.Roy Marples2008-03-28
* Install INFODIR in the Makefile to reduce the dhcpcd code size.Roy Marples2008-03-28