From e44d68c82b07550d5e392d9aecc33370734df347 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 29 Aug 2012 22:54:27 +0000 Subject: [PATCH] Disable building textproc for now, it doesn't fit on my 4MB flash partition. Add -lcrypt as a dynamic target. --- tools/bsdbox/Makefile | 4 ++-- 1 file 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,