Bug 94309 - [patch] src/etc/Makefile fails with NO_CRYPT=yes
Summary: [patch] src/etc/Makefile fails with NO_CRYPT=yes
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: ru
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-11 02:10 UTC by Matthias Lederhofer
Modified: 2006-05-11 16:57 UTC (History)
0 users

See Also:


Attachments
file.diff (432 bytes, patch)
2006-03-11 02:10 UTC, Matthias Lederhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Lederhofer 2006-03-11 02:10:40 UTC
Running make distribution in /usr/src/etc/ with NO_CRYPT=yes but NO_OPENSSL/NO_OPENSSH fails. The variable SSH is only set in line 29 if NO_CRYPT is undefined. But ${SSH} is used as parameter to install in line 117.

How-To-Repeat: cd /usr/src/etc; make distribution NO_CRYPT=yes

with NO_OPENSSL/NO_OPENSSH undefined
Comment 1 ru freebsd_committer freebsd_triage 2006-03-11 08:51:45 UTC
State Changed
From-To: open->patched

Fixed in HEAD, src/etc/Makefile,v 1.353. 
Will MFC to RELENG_6 shortly. 
Thanks! 


Comment 2 ru freebsd_committer freebsd_triage 2006-03-11 08:51:45 UTC
Responsible Changed
From-To: freebsd-bugs->ru
Comment 3 ru freebsd_committer freebsd_triage 2006-05-11 16:57:08 UTC
State Changed
From-To: patched->closed

Merged into RELENG_6.