We need libutil on BSD now.

This commit is contained in:
Emil Mikulic 2006-07-21 07:17:24 +00:00
parent 258d54ed8c
commit 25eea59af9

View File

@ -16,7 +16,10 @@ all:
@echo "| $(TARGETS)"
@echo "+----- ---- --- -- -"
bsd linux:
bsd:
make darkhttpd LIBS="-lutil"
linux:
make darkhttpd
solaris: