fad0a37405
base because there is no support for packages in rc.d, and Postfix is supposed to become part of the base system anyhow.
17 lines
704 B
Makefile
Executable File
17 lines
704 B
Makefile
Executable File
# $NetBSD: Makefile,v 1.4 2000/04/26 05:28:04 thorpej Exp $
|
|
|
|
FILES= DAEMON LOGIN SERVERS accounting amd apmd bootparams bootconf.sh ccd \
|
|
cleartmp cron dhclient dhcpd dhcrelay dmesg fsck.sh gated inetd \
|
|
ipfilter ipmon ipnat kerberos ldconfig lkm1 lkm2 lkm3 local lpd mopd \
|
|
motd mountall mountcritlocal mountcritremote mountd mrouted named \
|
|
network nfsd nfslocking ntpdate portmap postfix ppp pwcheck quota \
|
|
raidframe rarpd rbootd root route6d routed rtadvd rtsold rwho savecore \
|
|
screenblank sendmail swap1 swap2 sysdb sysctl syslogd systemfs timed \
|
|
ttys virecover wscons xdm xfs xntpd ypbind yppasswdd ypserv
|
|
FILESDIR= /etc/rc.d
|
|
FILESMODE= ${BINMODE}
|
|
|
|
NOPROG= noprog
|
|
|
|
.include <bsd.prog.mk>
|