Don't bring in the zlib stuff at build time. This will get resolved

when the user starts the rump_server process.

OK pooka@
This commit is contained in:
pgoyette 2014-01-16 14:12:09 +00:00
parent b1ebbfabba
commit aff4b3ca56
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/01/16 02:38:20 pgoyette Exp $
# $NetBSD: Makefile,v 1.4 2014/01/16 14:12:09 pgoyette Exp $
#
.PATH: ${.CURDIR}/../../../../opencrypto
@ -26,10 +26,6 @@ SRCS+= cryptosoft.c
SRCS+= deflate.c
SRCS+= gmac.c
# deflate.c also requires zlib, so include the appropriate library
LDADD+= -lrumpkern_z
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
.include <bsd.lib.mk>