![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / tests / fs / nfs / Makefile (download)
Revision 1.4, Thu Sep 23 09:39:14 2010 UTC (11 years, 9 months ago) by he
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. |
# $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>