summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 03:28:41 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 03:28:41 +0000
commitfeb88a940f291568dfa7b16fbe9b208a74b1d155 (patch)
tree692cae222df9e317eecd2ec8250ae6c5db388a10 /isys/Makefile
parent9257f4b25efe6ab0c0afa6ec7842ade841b39f37 (diff)
downloadanaconda-feb88a940f291568dfa7b16fbe9b208a74b1d155.tar.gz
anaconda-feb88a940f291568dfa7b16fbe9b208a74b1d155.tar.xz
anaconda-feb88a940f291568dfa7b16fbe9b208a74b1d155.zip
new version of nfs mount
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile
index cd23d2a53..e9b906d8a 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -2,8 +2,8 @@ include ../Makefile.inc
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
-CFLAGS = -I/usr/include/python1.5 -I.. -g
-OBJECTS = nfsmount.o dns.o mount_clnt.o mount_xdr.o imount.o \
+CFLAGS = -I/usr/include/python1.5 -I.. -g -DHAVE_NFS -DHAVE_NFSV3
+OBJECTS = nfsmount.o dns.o mount_clnt.o nfsmount_xdr.o imount.o \
smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o
STATICOBJS = otherinsmod.o
STATICLIBS = ../kudzu/kudzumodule.so