mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Building crunched things by hand (regenerating boot floppies for example)
without a full make release cycle fails as the correct include path isn't setup.
This commit is contained in:
parent
2e34a0f429
commit
a47e79711b
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ SUBDIR= common dst minires omapip client
|
|||
|
||||
.ifdef(RELEASE_CRUNCH)
|
||||
|
||||
CFLAGS+=-I../../contrib/isc-dhcp/includes
|
||||
|
||||
# client
|
||||
OBJS= client/clparse.o client/dhclient.o
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue