NetBSD/etc/rc.d/Makefile

22 lines
749 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2000/08/06 21:32:56 thorpej Exp $
2000-03-10 14:53:23 +03:00
FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \
bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg fsck.sh \
gated inetd ipfilter ipmon ipnat ipsec kdc ldconfig lkm1 lkm2 \
lkm3 local lpd mopd \
motd mountall mountcritlocal mountcritremote mountd mrouted named \
network nfsd nfslocking ntpd ntpdate rpcbind postfix ppp pwcheck quota \
raidframe rarpd rbootd root route6d routed rtadvd rtsold rwho savecore \
screenblank sendmail swap1 swap2 sysdb sysctl syslogd timed \
2000-05-03 18:40:39 +04:00
ttys virecover wscons xdm xfs ypbind yppasswdd ypserv
2000-03-10 14:53:23 +03:00
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
.if defined(SSHDIST)
FILES+= sshd
.endif
2000-03-10 14:53:23 +03:00
NOPROG= noprog
.include <bsd.prog.mk>