1 # $NetBSD: Makefile,v 1.12 2000/08/21 23:38:07 lukem Exp $ 2 3 .include <bsd.own.mk> 4 5 FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \ 6 bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg \ 7 fsck gated inetd ipfilter ipmon ipnat ipsec kdc ldconfig \ 8 lkm1 lkm2 lkm3 local lpd mopd motd mountall mountcritlocal \ 9 mountcritremote mountd mrouted named network nfsd nfslocking \ 10 ntpd ntpdate rpcbind postfix ppp pwcheck quota raidframe \ 11 rarpd rbootd root route6d routed rtadvd rtsold rwho savecore \ 12 screenblank sendmail securelevel swap1 swap2 sysdb sysctl \ 13 syslogd timed ttys virecover wscons xdm xfs ypbind yppasswdd \ 14 ypserv 15 FILESDIR= /etc/rc.d 16 FILESMODE= ${BINMODE} 17 18 .if defined(SSHDIST) 19 FILES+= sshd 20 .endif 21 22 NOPROG= noprog 23 24 .include <bsd.prog.mk> 25