diff options
author | Matt Wilson <msw@redhat.com> | 2000-11-15 19:48:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-11-15 19:48:02 +0000 |
commit | 3e8a45f0be1fce8fd0d6add03ec7e49564059ec3 (patch) | |
tree | b10e5f7cf767bfd3d7a4a655d70304e797ae1c2b /isys/Makefile | |
parent | bd5930c0ac783464790cba7203b5aaed8b7dbeb9 (diff) | |
download | anaconda-3e8a45f0be1fce8fd0d6add03ec7e49564059ec3.tar.gz anaconda-3e8a45f0be1fce8fd0d6add03ec7e49564059ec3.tar.xz anaconda-3e8a45f0be1fce8fd0d6add03ec7e49564059ec3.zip |
don't use NVSv3
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index cb30fd884..83b1a9db3 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -2,7 +2,7 @@ include ../Makefile.inc ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) -CFLAGS = -I/usr/include/python1.5 -I.. -Wall -O2 -g -fPIC -DHAVE_NFS -DHAVE_NFSV3 +CFLAGS = -I/usr/include/python1.5 -I.. -Wall -O2 -g -fPIC -DHAVE_NFS OBJECTS = nfsmount.o dns.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o \ lang.o |