projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2000-08-25 H.J. Lu <hjl@lucon.org>
[nfs-utils.git]
/
utils
/
rquotad
/
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 -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
12
13
include $(TOP)rules.mk