diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-16 13:21:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-16 13:21:34 +0000 |
commit | ce5e4efb1e3318d3d5d9b45342a920fe24f6781b (patch) | |
tree | 4df4b9ce809bce8bfb283a553a9e8000289cab7f /etc/Makefile | |
parent | 08e78f5bf2c0a8bd7bd096ecc3a0eed2a2ca543f (diff) |
mixerctl.conf wsconsctl.conf can properly become examples.
As discussed a few days ago with aja
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6b40a402fe0..7bc827bb35f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.380 2014/07/16 12:50:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.381 2014/07/16 13:21:33 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -31,19 +31,20 @@ kernels: bootblocks ${ALL_KERNELS} BINOWN= root BINGRP= wheel MUTABLE=changelist csh.cshrc csh.login csh.logout daily dhclient.conf \ - etc.${MACHINE}/disktab etc.${MACHINE}/login.conf \ - ftpusers gettytab group hosts ksh.kshrc locate.rc \ - mailer.conf man.conf mixerctl.conf moduli monthly motd \ - myname netstart networks newsyslog.conf pf.os protocols \ - rc rc.conf rpc services shells syslog.conf weekly -.if ${MACHINE} != "aviion" -MUTABLE+=wsconsctl.conf -.endif + etc.${MACHINE}/disktab etc.${MACHINE}/login.conf ftpusers \ + gettytab group hosts ksh.kshrc locate.rc mailer.conf man.conf \ + moduli monthly myname netstart networks newsyslog.conf \ + pf.os protocols rc rc.conf rpc services shells syslog.conf weekly +# -rw-r--r-- EXAMPLES=chio.conf dhcpd.conf exports ftpchroot hosts.lpd ifstated.conf \ - inetd.conf mrouted.conf ntpd.conf printcap rbootd.conf remote \ - sensorsd.conf + inetd.conf mixerctl.conf mrouted.conf ntpd.conf printcap \ + rbootd.conf remote sensorsd.conf +.if ${MACHINE} != "aviion" +EXAMPLES+= wsconsctl.conf +.endif +# -rw------- EXAMPLES_600=bgpd.conf dvmrpd.conf hostapd.conf iked.conf ipsec.conf \ ldapd.conf ldpd.conf ospf6d.conf ospfd.conf pf.conf rc.local \ rc.securelevel rc.shutdown relayd.conf ripd.conf \ |