diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-15 00:40:05 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-15 00:40:05 +0000 |
commit | 34bf00f301a7317e5f2f4e436e24bcec64bdae26 (patch) | |
tree | 313e85530cc26e562864feb8d586068f5141a847 /isys/Makefile | |
parent | c072c692abe38885d39dbafa1b060a40ab9b79e5 (diff) | |
download | anaconda-34bf00f301a7317e5f2f4e436e24bcec64bdae26.tar.gz anaconda-34bf00f301a7317e5f2f4e436e24bcec64bdae26.tar.xz anaconda-34bf00f301a7317e5f2f4e436e24bcec64bdae26.zip |
revert NFS changes
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile index e9b906d8a..cd23d2a53 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 -DHAVE_NFS -DHAVE_NFSV3 -OBJECTS = nfsmount.o dns.o mount_clnt.o nfsmount_xdr.o imount.o \ +CFLAGS = -I/usr/include/python1.5 -I.. -g +OBJECTS = nfsmount.o dns.o mount_clnt.o mount_xdr.o imount.o \ smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o STATICOBJS = otherinsmod.o STATICLIBS = ../kudzu/kudzumodule.so |