NetBSD/usr.sbin/puffs/rump_nfs/Makefile
pooka b36b2c0f6d Remove unused LDADD lines. They need work to work, and if anyone
ever does that work, they surely can come up with the LDADD line as
well.
2010-07-20 14:42:03 +00:00

15 lines
264 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/07/20 14:42:03 pooka Exp $
#
.include <bsd.own.mk>
MOUNTNAME= nfs
SRCS+= getnfsargs.c
LDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_sockin
ISRUMP= # gives me nightmares
#CPPFLAGS+= -DINET6 # for getnfsargs?
.include <bsd.prog.mk>