From: Roy Marples Date: Wed, 28 Aug 2019 20:59:28 +0000 (+0100) Subject: build: Note import-src target. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a67cb7b25c1d7090e1c9303d1b9dba680daa21;p=thirdparty%2Fdhcpcd.git build: Note import-src target. --- diff --git a/BUILDING.md b/BUILDING.md index d9418c8e..95779511 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -141,6 +141,9 @@ In this instance, you may wish to disable some configured tests when the binary has to run on older versions which lack support, such as getline. `./configure --without-getline` +There is also the import-src target which installs just the needed source +files in a specific directory (like DragonFly). +`make DESTDIR=/usr/src/contrib/dhcpcd import-src` ## Hooks Not all the hooks in dhcpcd-hooks are installed by default.