If we're not installing OpenSSH in the base, don't install its startup

file either.  This clears the way for third-party SSH ports to install
an RCng startup script.
This commit is contained in:
Garrett Wollman 2005-09-23 16:54:09 +00:00
parent 8008bfe18b
commit 09eec2276d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150490

View file

@ -31,7 +31,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
ramdisk ramdisk-own random rarpd rcconf.sh resolv root \ ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
route6d routed routing rpcbind rtadvd rwho \ route6d routed routing rpcbind rtadvd rwho \
savecore securelevel sendmail \ savecore securelevel sendmail \
serial sppp sshd swap1 \ serial sppp swap1 \
syscons sysctl syslogd \ syscons sysctl syslogd \
timed tmp \ timed tmp \
ugidfw usbd \ ugidfw usbd \
@ -39,6 +39,11 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
watchdogd wpa_supplicant \ watchdogd wpa_supplicant \
ypbind yppasswdd ypserv \ ypbind yppasswdd ypserv \
ypset ypupdated ypxfrd ypset ypupdated ypxfrd
.if !defined(NO_OPENSSH)
FILES+= sshd
.endif
FILESDIR= /etc/rc.d FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE} FILESMODE= ${BINMODE}