]> git.decadent.org.uk Git - nfs-utils.git/blob - Makefile
1572655ec74c8f5676c6795bc57a972c855a6d44
[nfs-utils.git] / Makefile
1 #
2 # Makefile for rpc.mountd
3 #
4
5 PROGRAM = rquotad
6 PREFIX  = rpc.
7 OBJS    = rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o
8 DEPLIBS = 
9 MAN8    = rquotad
10
11 LIBS    += -lnfs $(LIBBSD)
12
13 include $(TOP)rules.mk