NetBSD/tests/fs/nfs/Makefile
he 0549224c7a Reorder the library specifications, so that we don't depend on the
library dependencies recorded in shared libraries, allowing these
to be linked statically as well.
2010-09-23 09:39:14 +00:00

25 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/09/23 09:39:14 he Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs/nfs
SUBDIR+= nfsservice
TESTS_C= t_mountd
VFSTESTDIR != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
LDADD+=-L${VFSTESTDIR} -lvfstest
LDADD+=-lrumpfs_nfs # NFS
LDADD+=-lrumpfs_ffs -lrumpvfs # ffs
LDADD+=-lrumpdev_disk -lrumpdev # disk device
LDADD+=-lrumpnet_shmif # shmif
LDADD+=-lrumpnet_netinet -lrumpnet_net -lrumpnet
LDADD+=-lrump -lrumpuser -lpthread # base
LDADD+=-lutil
.include <bsd.test.mk>