25 lines
782 B
Makefile
Executable File
25 lines
782 B
Makefile
Executable File
# $NetBSD: Makefile,v 1.12 2000/08/21 23:38:07 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILES= DAEMON LOGIN NETWORK SERVERS accounting amd apmd bootparams \
|
|
bootconf.sh ccd cleartmp cron dhclient dhcpd dhcrelay dmesg \
|
|
fsck 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 securelevel swap1 swap2 sysdb sysctl \
|
|
syslogd timed ttys virecover wscons xdm xfs ypbind yppasswdd \
|
|
ypserv
|
|
FILESDIR= /etc/rc.d
|
|
FILESMODE= ${BINMODE}
|
|
|
|
.if defined(SSHDIST)
|
|
FILES+= sshd
|
|
.endif
|
|
|
|
NOPROG= noprog
|
|
|
|
.include <bsd.prog.mk>
|