Link in a networking domain, required by nfs.

This commit is contained in:
pooka 2008-11-27 11:31:59 +00:00
parent f863fa40c3
commit 35861926cc
1 changed files with 9 additions and 2 deletions

View File

@ -1,10 +1,17 @@
# $NetBSD: Makefile,v 1.3 2008/11/19 14:10:49 pooka Exp $
# $NetBSD: Makefile,v 1.4 2008/11/27 11:31:59 pooka Exp $
#
PROG= rumptest
NOMAN= woman
LDADD= ${RUMPFSLDADD} -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
# std rump libs
LDADD= ${RUMPFSLDADD} -lrumpvfs -lrump -lrumpuser
# for NFS
LDADD+= -lrumpnet_sockin -lrumpnet
LDADD+= -lpthread
LDFLAGS+=-Wl,--wrap=malloc
.include "${.CURDIR}/../Makefile.rumpfs"