summaryrefslogtreecommitdiffstats
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-08-28 21:59:28 +0100
committerRoy Marples <roy@marples.name>2019-08-28 21:59:28 +0100
commitf1a67cb7b25c1d7090e1c9303d1b9dba680daa21 (patch)
tree4d1696ee04d052d5503a0fa9822bb58dd5efd080 /BUILDING.md
parentadb9d33fb51f02f10e9d6b25b6dc8e7c135a3c2e (diff)
downloaddhcpcd-f1a67cb7b25c1d7090e1c9303d1b9dba680daa21.tar.xz
build: Note import-src target.
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 3 insertions, 0 deletions
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.