summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-08-26 02:10:18 +0000
committerneilbrown <neilbrown>2005-08-26 02:10:18 +0000
commitdf47655388aee02a7bbdcc6e66918a309df8b27f (patch)
tree0fbf9e897d3fd1c3e9eb9e8929ce08b1e5752709
parent651b5d3cf5428cbf1d2cd3ae572453af249bef1e (diff)
downloadnfs-utils-df47655388aee02a7bbdcc6e66918a309df8b27f.tar.gz
nfs-utils-df47655388aee02a7bbdcc6e66918a309df8b27f.tar.xz
nfs-utils-df47655388aee02a7bbdcc6e66918a309df8b27f.zip
rpc and gssapi not longer exist in support, so remove them from Makefile
-rw-r--r--support/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile b/support/Makefile
index f3013a9..ff26a36 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -3,7 +3,7 @@
#
TOP = ../
-SUBDIRS = include nfs export lib misc rpc gssapi
+SUBDIRS = include nfs export lib misc
.DEFAULT: all
include $(TOP)rules.mk