diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2014-12-08 17:14:01 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-12-08 17:14:01 +0000 |
| commit | af1d915221af93f2233b4cbde67ad7ad0997c73d (patch) | |
| tree | 60c5c9caa5f1f4bf18b0dd81bc8f09edcc62ea2f /tools | |
| parent | a25100c539950ecf6c2918fc5906082b7e44fb80 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/bsdbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile index aaf6ab9ea3523..7189f43f092cd 100644 --- a/tools/bsdbox/Makefile +++ b/tools/bsdbox/Makefile @@ -55,7 +55,7 @@ CRUNCH_SRCDIRS+= bin # setuid binaries - they use these libraries. PAM needs to be # built dynamically or it tries to build _all_ of the modules # statically - and that ends very badly. -CRUNCH_SHLIBS+= -lc -lutil -lcrypt +CRUNCH_SHLIBS+= -lc -lutil -lcrypt -lxo -lgpio CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw |
