diff options
| author | hjl <hjl> | 2001-03-12 00:49:42 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2001-03-12 00:49:42 +0000 |
| commit | b63400dcb05eee79666bade57558279fd15f0318 (patch) | |
| tree | 2201bc8ce0d86e56175ee45994c3d9803ed2c5af /utils/statd/Makefile | |
| parent | 919f0cf78ab9d180fb11beb9c8d6c9dcefa6df9a (diff) | |
2001-03-11 H.J. Lu <hjl@lucon.org>
* support/include/rpcmisc.h: Undo the change made on 2001-03-10.
* support/nfs/rpcmisc.c: Likewise.
* utils/rquotad/rquota_svc.c: Likewise.
* utils/rquotad/rquotad.man: Likewise.
* utils/statd/Makefile: Likewise.
* utils/statd/rmtcall.c: Likewise.
* utils/statd/simulate.c: Likewise.
* utils/statd/statd.c: Likewise.
* utils/statd/statd.man: Likewise.
Diffstat (limited to 'utils/statd/Makefile')
| -rw-r--r-- | utils/statd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/Makefile b/utils/statd/Makefile index 03e97e0..211e22d 100644 --- a/utils/statd/Makefile +++ b/utils/statd/Makefile @@ -16,7 +16,7 @@ PROGRAM = statd PREFIX = rpc. OBJS = $(SRCS:.c=.o) CCOPTS = $(DEBUG) $(SIMUL) -LIBS = -lexport -lnfs -lmisc $(LIBWRAP) $(LIBNSL) +LIBS = -lexport -lmisc $(LIBWRAP) $(LIBNSL) SRCS = $(RPCSRCS) $(SIMSRCS) \ callback.c notlist.c log.c misc.c monitor.c notify.c simu.c \ |
