]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/rquotad/Makefile
rerun autoconf
[nfs-utils.git] / utils / rquotad / Makefile
index 1572655ec74c8f5676c6795bc57a972c855a6d44..aaf5762493b48cfd50ff9fa8663e69f0b9a691c3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Makefile for rpc.mountd
+# Makefile for rpc.rquotad
 #
 
 PROGRAM        = rquotad
@@ -8,6 +8,6 @@ OBJS    = rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o
 DEPLIBS        = 
 MAN8   = rquotad
 
-LIBS   += -lnfs $(LIBBSD)
+LIBS   += -lnfs -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
 
 include $(TOP)rules.mk