diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:36:40 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:36:40 +0000 |
| commit | f64bb9afa4d750b5e8f8f0cd9d56c541fd8912bc (patch) | |
| tree | 783273b467c96d6228a39ffe29c7991ceae0921b /libexec | |
| parent | 2a407ae57ceb54fff7c4a0663f580819c0c18a50 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/uucpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 45df1cd818b2..98feec21c20f 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -2,5 +2,7 @@ PROG= uucpd NOMAN= noman +LDADD= -lcrypt +DPADD= ${LIBCRYPT} .include <bsd.prog.mk> |
