rumpcrypto now comes as part of RUMPKERNLDADD

This commit is contained in:
pooka 2010-12-05 20:12:55 +00:00
parent fee25d6c52
commit ef4d7c2c36
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2010/12/05 17:37:33 pooka Exp $
# $NetBSD: Makefile,v 1.2 2010/12/05 20:12:55 pooka Exp $
#
PROG= rump_allserver
@ -12,6 +12,6 @@ RUMPTOP=${.CURDIR}/../../sys/rump
.include "${RUMPTOP}/net/Makefile.rumpnetcomp"
LDADD+= ${RUMPDEVLDADD} ${RUMPFSLDADD} ${RUMPKERNLDADD} ${RUMPNETLDADD}
LDADD+= -lrumpcrypto -lrumpdev -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
LDADD+= -lrumpdev -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
.include <bsd.prog.mk>