summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAge
* make: clean before import-srcRoy Marples2020-07-02
* build: distclean now recursively removes patch files and relatedRoy Marples2019-09-13
* build: Allow DESTDIR to work for import as well.Roy Marples2019-08-28
* build: import-src now works with DESTDIRRoy Marples2019-08-28
* DragonFly: make import-src now prepares the source for importingRoy Marples2019-08-28
* build: exit the SUBDIR build loop if an error is detectedKenny Napier2019-02-14
* build: Allow a suffix to be specified on the dist tarball.dhcpcd-7.0.5aRoy Marples2018-06-04
* Clean coverity dhcpcd.xz tarball.Roy Marples2017-04-14
* Move test into tests.Roy Marples2017-04-13
* Stop being fancy .... just import everything.Roy Marples2017-04-02
* Fix make proginstall target.Roy Marples2017-03-31
* Remove the cov-int dir when cleaning.Roy Marples2017-03-21
* Clean up some definitions.Roy Marples2017-03-21
* Fix building the distribution.Roy Marples2017-03-16
* Move dhcpcd-hooks dir to hooksRoy Marples2017-03-16
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* Default DBDIR from /var/db to /var/db/dhcpcd.Roy Marples2016-11-08
* Remove distinfo files before making them.Roy Marples2016-11-05
* Keep the distinfo in the signed result.Roy Marples2016-11-05
* make distinfo now produces a .distinfo file which contains checksum(s) ofRoy Marples2016-11-04
* Remove address family specific routing and introduce address familyRoy Marples2016-10-25
* Fix build system to make import correctly for authentication.Roy Marples2016-10-07
* Fix import for authRoy Marples2016-10-07
* Need to include crypt for MD5 on Linux.Roy Marples2016-09-19
* Make import now imports the files needed to generate dhcpcd-embedded.{c,h}Roy Marples2016-09-19
* Fix building of embedded config with correct specified source.Roy Marples2016-09-19
* Allow dhcpcd to be built without Authentiction support for system media withRoy Marples2016-09-19
* Add the --small configure option which currently removes non essential optionsRoy Marples2016-09-09
* Support buggy FreeBSD rc system out of the box.Roy Marples2016-03-12
* Fix snapshot buildingRoy Marples2016-02-15
* Install example hooksRoy Marples2015-12-22
* Grudgingly accede to the vocal minority that dhcpcd should not attempt to Roy Marples2015-12-22
* Revert this part of prior patch.Roy Marples2015-09-08
* ifp may not be set, but ctx will be.Roy Marples2015-09-08
* Use xz instead of bzip2 to create the distribution.Roy Marples2015-05-18
* Handle ND options in the same way we handle DHCP and DHCPv6 options.Roy Marples2015-05-14
* Allow snapshots to be built.Roy Marples2015-02-23
* Remove RCSIDs from dhcpcd, they belong in the upstream project only.Roy Marples2014-11-07
* Redirect fd 3 to config.log.Roy Marples2014-09-21
* Fix dependency and test targetsRoy Marples2014-07-31
* Fix import so that matching system vs local headers are not imported.Roy Marples2014-07-30
* Fix the import to work on Linux as well.Roy Marples2014-07-30
* Fix importdhcpcd-6.4.2Roy Marples2014-07-14
* Implement Stable Private Addresses for SLAAC as per RFC7217.Roy Marples2014-06-02
* Source now compiles on Solaris, just missing the if-sun.c support soRoy Marples2014-05-21
* Sorting interfaces is an IPv4 specific task, so move it into ipv4.cRoy Marples2014-04-28
* Move net.c to if.c.Roy Marples2014-04-25
* gmake-4 supports != shell assignment operator, like BSD make.Roy Marples2014-04-23
* Add config-null.mk and a nasty hack to include config.mk instead if it exists.Roy Marples2014-04-23
* Fix make import with compat sources.Roy Marples2014-02-03