2001-06-16 07:16:14 +00:00
|
|
|
# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
|
2002-06-13 22:14:37 +00:00
|
|
|
# $FreeBSD$
|
2001-06-16 07:16:14 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-07-30 20:05:20 +00:00
|
|
|
FILES= DAEMON LOGIN NETWORKING SERVERS \
|
|
|
|
abi accounting addswap adjkerntz amd \
|
2006-10-07 15:45:56 +00:00
|
|
|
apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
|
2006-09-07 22:25:08 +00:00
|
|
|
bgfsck bluetooth bootparams bridge bsnmpd bthidd \
|
2003-07-30 20:05:20 +00:00
|
|
|
ccd cleanvar cleartmp cron \
|
2004-03-23 23:22:35 +00:00
|
|
|
devd devfs dhclient \
|
2003-07-30 20:05:20 +00:00
|
|
|
dmesg dumpon \
|
2005-08-05 21:23:08 +00:00
|
|
|
early.sh encswap \
|
2006-01-21 18:08:16 +00:00
|
|
|
fsck ftpd \
|
2005-08-14 18:25:35 +00:00
|
|
|
gbde geli geli2 \
|
2005-10-12 00:45:58 +00:00
|
|
|
hcsecd \
|
2006-02-03 01:35:36 +00:00
|
|
|
hostapd hostname \
|
2006-10-15 14:19:06 +00:00
|
|
|
idmapd inetd initrandom \
|
2003-10-30 17:55:52 +00:00
|
|
|
ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
|
2003-07-30 20:05:20 +00:00
|
|
|
ipnat ipsec ipxrouted isdnd \
|
|
|
|
jail \
|
2006-03-17 16:28:12 +00:00
|
|
|
kadmind kerberos kernel keyserv kldxref kpasswdd \
|
2005-03-13 08:07:11 +00:00
|
|
|
ldconfig local localpkg lpd \
|
2006-08-04 18:37:03 +00:00
|
|
|
mixer motd mountcritlocal mountcritremote mountlate \
|
2006-05-18 15:29:27 +00:00
|
|
|
mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
|
2004-04-05 16:29:45 +00:00
|
|
|
named natd netif netoptions \
|
2005-03-02 00:40:55 +00:00
|
|
|
network_ipv6 newsyslog nfsclient nfsd \
|
2004-09-15 01:08:33 +00:00
|
|
|
nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
|
2003-07-30 20:05:20 +00:00
|
|
|
othermta \
|
2006-05-17 09:33:15 +00:00
|
|
|
pf pflog pfsync \
|
2005-10-29 05:05:52 +00:00
|
|
|
powerd power_profile ppp pppoed pwcheck \
|
2003-07-30 20:05:20 +00:00
|
|
|
quota \
|
2006-08-22 11:12:09 +00:00
|
|
|
random rarpd resolv root \
|
2003-07-30 20:05:20 +00:00
|
|
|
route6d routed routing rpcbind rtadvd rwho \
|
2005-10-12 00:45:58 +00:00
|
|
|
savecore sdpd securelevel sendmail \
|
2005-09-23 16:54:09 +00:00
|
|
|
serial sppp swap1 \
|
2003-07-30 20:05:20 +00:00
|
|
|
syscons sysctl syslogd \
|
2004-03-23 23:22:35 +00:00
|
|
|
timed tmp \
|
2005-12-15 01:04:51 +00:00
|
|
|
ugidfw \
|
2004-11-04 12:59:16 +00:00
|
|
|
var virecover \
|
2005-06-30 04:52:47 +00:00
|
|
|
watchdogd wpa_supplicant \
|
2003-07-30 20:05:20 +00:00
|
|
|
ypbind yppasswdd ypserv \
|
|
|
|
ypset ypupdated ypxfrd
|
2005-09-23 16:54:09 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2005-09-23 16:54:09 +00:00
|
|
|
FILES+= sshd
|
|
|
|
.endif
|
|
|
|
|
2006-04-28 12:03:38 +00:00
|
|
|
.if ${MK_NS_CACHING} != "no"
|
|
|
|
FILES+= cached
|
|
|
|
.endif
|
|
|
|
|
2001-06-16 07:16:14 +00:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|