Commit 5456b78d authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/nfs: disable utils compilation

parent 395819c3
...@@ -23,6 +23,6 @@ nfs: libnfs-$(NFS_VERSION).tar.gz .sum-nfs ...@@ -23,6 +23,6 @@ nfs: libnfs-$(NFS_VERSION).tar.gz .sum-nfs
.nfs: nfs .nfs: nfs
cd $< && ./bootstrap cd $< && ./bootstrap
cd $< && $(HOSTVARS) ./configure --disable-examples $(HOSTCONF) cd $< && $(HOSTVARS) ./configure --disable-examples --disable-utils $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment