]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/rquotad/Makefile
Copy dq_dqb into rquota structure more carefully
[nfs-utils.git] / utils / rquotad / Makefile
1 #
2 # Makefile for rpc.rquotad
3 #
4
5 TOP     = ../../
6 PROGRAM = rquotad
7 PREFIX  = rpc.
8 OBJS    = rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o
9 DEPLIBS = 
10 MAN8    = rquotad
11
12 LIBS    += -lnfs -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
13
14 include $(TOP)rules.mk