diff options
-rwxr-xr-x | etc/rc.d/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 1e9d8c1..7437455 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -31,7 +31,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \ ramdisk ramdisk-own random rarpd rcconf.sh resolv root \ route6d routed routing rpcbind rtadvd rwho \ savecore securelevel sendmail \ - serial sppp sshd swap1 \ + serial sppp swap1 \ syscons sysctl syslogd \ timed tmp \ ugidfw usbd \ @@ -39,6 +39,11 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \ watchdogd wpa_supplicant \ ypbind yppasswdd ypserv \ ypset ypupdated ypxfrd + +.if !defined(NO_OPENSSH) +FILES+= sshd +.endif + FILESDIR= /etc/rc.d FILESMODE= ${BINMODE} |