aboutsummaryrefslogtreecommitdiff
path: root/tools/bsdbox
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-08-29 22:54:27 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-08-29 22:54:27 +0000
commite44d68c82b07550d5e392d9aecc33370734df347 (patch)
tree36ec8807abf4a7ed573ebe180ba0a2dd150db03d /tools/bsdbox
parent0f55c465380112ce71e6fcf51fe99d5177332218 (diff)
downloadsrc-e44d68c82b07550d5e392d9aecc33370734df347.tar.gz
src-e44d68c82b07550d5e392d9aecc33370734df347.zip
Notes
Diffstat (limited to 'tools/bsdbox')
-rw-r--r--tools/bsdbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
index 8656da6f896f..ad25f4ac3a31 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
+CRUNCH_SHLIBS+= -lc -lutil -lcrypt
CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcap
@@ -98,7 +98,7 @@ CRUNCH_LIBS+= -lm
.include "Makefile.base"
.include "Makefile.net"
.include "Makefile.hostapd"
-.include "Makefile.textproc"
+#.include "Makefile.textproc"
.include "Makefile.login"
.include "Makefile.kld"
# telnet/telnetd are too broken to include as a crunchgen'ed binary,