diff options
author | neilbrown <neilbrown> | 2005-12-20 05:19:23 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-12-20 05:19:23 +0000 |
commit | bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 (patch) | |
tree | 52af51126c8530d5096fda3a70b99ce4c6e19381 /utils/mountd | |
parent | 83b193255274fdb03a78d7f61ffe8a5b816d1a2b (diff) | |
download | nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.gz nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.xz nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.zip |
Remove all the Makefiles
Diffstat (limited to 'utils/mountd')
-rw-r--r-- | utils/mountd/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/mountd/Makefile b/utils/mountd/Makefile deleted file mode 100644 index 42d77e3..0000000 --- a/utils/mountd/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# Makefile for rpc.mountd -# - -TOP = ../../ -PROGRAM = mountd -PREFIX = rpc. -OBJS = mountd.o mount_dispatch.o auth.o rmtab.o cache.o svc_run.o -LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a -LIBS = -lexport -lnfs -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL) -MAN8 = mountd - -include $(TOP)rules.mk |