diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-24 21:32:46 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-24 21:32:46 +0000 |
| commit | 7c2f56cca56278fe005949ffddfd9cdd515a5dc4 (patch) | |
| tree | fe17c57c50c557cc95773f933f5c76c3c6d41eda /lib/Makefile | |
| parent | 1ce9bf88c347ae279c1ae9eb425f3feae53dad50 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index e923042c09dc..511d1fc45e41 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -19,6 +19,10 @@ SUBDIR+= libc libcompat libcom_err libcurses libedit \ SUBDIR+= libcrypt .else SUBDIR+= ../secure/lib/libcrypt +.if defined(RELEASEDIR) +# releases do need both libraries +SUBDIR+= libcrypt +.endif .endif .if !exists(../secure) || defined(NOSECURE) |
