]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/rquotad/Makefile
Remove all the Makefiles
[nfs-utils.git] / utils / rquotad / Makefile
diff --git a/utils/rquotad/Makefile b/utils/rquotad/Makefile
deleted file mode 100644 (file)
index 668e095..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile for rpc.rquotad
-#
-
-TOP    = ../../
-PROGRAM        = rquotad
-PREFIX = rpc.
-OBJS   = rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o
-DEPLIBS        = 
-MAN8   = rquotad
-
-LIBS   += -lnfs -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
-
-include $(TOP)rules.mk