diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-07 01:52:59 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-07 01:52:59 +0000 |
commit | d9ab959de11abab14c42731da9bc7fbf3232c88e (patch) | |
tree | 30bc76b1d782d7516226d57fa40a74d28faa401f /etc/Makefile | |
parent | 55d9f580bc6fadc317e15262e8b0c97fe41ff241 (diff) |
add scripts for portmap and the yp daemons
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 17fd40c958f..1c0ed87eab8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.297 2011/07/06 18:55:36 robert Exp $ +# $OpenBSD: Makefile,v 1.298 2011/07/07 01:52:57 robert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -33,9 +33,10 @@ BIN2= motd # -r-xr-xr-x RCDAEMONS= apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd ftpd ftpproxy \ hostapd hotplugd httpd identd ifstated iked inetd isakmpd ldapd \ - ldattach ldpd lpd mopd mrouted named nsd ntpd rarpd rbootd relayd \ - ripd route6d rtadvd rtsold rwhod sasyncd sendmail sensorsd smtpd \ - snmpd sshd syslogd timed watchdogd + ldattach ldpd lpd mopd mrouted named nsd ntpd portmap rarpd \ + rbootd relayd ripd route6d rtadvd rtsold rwhod sasyncd sendmail \ + sensorsd smtpd snmpd sshd syslogd timed watchdogd ypbind ypldap \ + yppasswdd ypserv MISETS= base${OSrev}.tgz comp${OSrev}.tgz \ man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz |