From bbdfb3e9b3beace2b32947861144b01a9e6104f6 Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 27 Jun 2001 16:27:51 +0000 Subject: 2001-06-27 H.J. Lu * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC. (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@. * configure.in (enable_nfsv3): Set to yes by default. (--enable-rquotad): Added (AC_PROG_CXX): Removed. (AC_OUTPUT): Add utils/Makefile. (CC_FOR_BUILD): Renamed from BUILD_CC. * configure: Regenerated. * utils/Makefile: Removed. * utils/Makefile.in: New. * nfs-utils.spec.in (rquotad): New. Set to 0 to disable rquotad. (CC_FOR_BUILD): Renamed from BUILD_CC. --- utils/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/Makefile.in (limited to 'utils/Makefile.in') diff --git a/utils/Makefile.in b/utils/Makefile.in new file mode 100644 index 0000000..fbd9b3d --- /dev/null +++ b/utils/Makefile.in @@ -0,0 +1,10 @@ +# +# Makefile for linux-nfs/support +# + +SUBDIRS = exportfs mountd nfsd statd nfsstat @RQUOTAD@ showmount \ + nhfsstone lockd + +include $(TOP)rules.mk + +# .EXPORT_ALL_VARIABLES: -- cgit