diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 11:59:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 11:59:08 +0000 |
| commit | 3ce0bf5144f9eaa74071c54991b3e815c00d5e93 (patch) | |
| tree | e6e834814937f0248782938d92492388a4aa7112 /libexec | |
| parent | 751378136dc0cf57c1f8afd98cab167cd6cdaafc (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rpc.rwalld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index e64ff3e1a4b2a..83182e904b3ed 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -4,7 +4,7 @@ PROG = rpc.rwalld SRCS = rwalld.c MAN = rpc.rwalld.8 -DPADD= ${LIBRPCSVC} ${LIBUTIL} -LDADD= -lrpcsvc -lutil +DPADD= ${LIBUTIL} +LDADD= -lutil .include <bsd.prog.mk> |
