diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-02 18:23:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-02 18:23:18 +0000 |
| commit | 8dfe84c2fb15ab07c8f00b24f030cd49865a3e09 (patch) | |
| tree | 17eedff0ea15aa4a818bab66bf01a58fdfb0bfd9 /libexec | |
| parent | 40f38d59c255c511455ad512981f1a6cc2ab0a11 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rshd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 9e9d20e42ae53..dbdf60bbf3a5e 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -7,10 +7,7 @@ MAN= rshd.8 WFORMAT=0 -DPADD+= ${LIBUTIL} -LDADD+= -lutil - -DPADD+= ${LIBUTIL} ${LIBPAM} -LDADD+= -lutil ${MINUSLPAM} +DPADD= ${LIBUTIL} ${LIBPAM} +LDADD= -lutil ${MINUSLPAM} .include <bsd.prog.mk> |
