From df47655388aee02a7bbdcc6e66918a309df8b27f Mon Sep 17 00:00:00 2001 From: neilbrown Date: Fri, 26 Aug 2005 02:10:18 +0000 Subject: [PATCH] rpc and gssapi not longer exist in support, so remove them from Makefile --- support/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2