Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2008/10/16 09:30:57 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaMOUNTNAME= nfs 51.1Spooka 61.1SpookaSRCS+= getnfsargs.c 71.1Spooka 81.1Spooka# One or the other of the following. Compile-time selection for now. 91.1Spooka# The first one uses host sockets to provide a networking stack, the 101.1Spooka# second one runs the real NetBSD kernel networking stack in userspace 111.1Spooka# and uses /dev/tap to access the network. 121.1Spooka# 131.1SpookaLDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_sockin 141.1Spooka#LDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_net -lrumpnet_netinet \ 151.1Spooka -lrumpnet_virtif 161.1Spooka 171.1SpookaISRUMP= # gives me nightmares 181.1Spooka#CPPFLAGS+= -DINET6 # for getnfsargs? 191.1Spooka 201.1Spooka.include <bsd.prog.mk> 21