diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:19:46 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:19:46 +0000 |
| commit | 4714bb15be0d610ae5fb7ee6f92c4e1f121accc3 (patch) | |
| tree | f3b6fc6dafc1125389de39f6a07c1be5a594692b /libexec/rexecd/Makefile | |
| parent | 11841a6877e8647938e5020e4debae73ed2b0250 (diff) | |
Notes
Diffstat (limited to 'libexec/rexecd/Makefile')
| -rw-r--r-- | libexec/rexecd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index b12d228b9215..0b225ba706e3 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -2,5 +2,8 @@ PROG= rexecd MAN8= rexecd.8 +LDADD= -lcrypt +DPADD= ${LIBCRYPT} + .include <bsd.prog.mk> |
