diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-21 19:50:39 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-21 19:50:39 +0000 |
| commit | 7b3286c189638f983ce419a9451c0854783bdeb5 (patch) | |
| tree | ca7a45e025d5539f8193c42231335e99aedacc03 /tools | |
| parent | 335770ac08648d57ca6d1b9b1ca0fb7047ae8e42 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/bsdbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile index e4c1e35b7d481..ce40eb8b75a28 100644 --- a/tools/bsdbox/Makefile +++ b/tools/bsdbox/Makefile @@ -74,6 +74,7 @@ CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec # Don't forget this - ifconfig, etc -adrian CRUNCH_LIBS+= ${LDADD_ifconfig} CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs +CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig ################################################################## # Programs from stock /usr/bin |
