=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.415 retrieving revision 1.416 diff -c -r1.415 -r1.416 *** src/etc/Makefile 2015/11/30 23:35:29 1.415 --- src/etc/Makefile 2015/12/01 07:50:03 1.416 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.415 2015/11/30 23:35:29 jturner Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.416 2015/12/01 07:50:03 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 40,49 **** EXAMPLES=chio.conf dhclient.conf dhcpd.conf exports \ httpd.conf ifstated.conf inetd.conf \ man.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 eigrpd.conf hostapd.conf iked.conf \ --- 40,46 ---- EXAMPLES=chio.conf dhclient.conf dhcpd.conf exports \ httpd.conf ifstated.conf inetd.conf \ man.conf mixerctl.conf mrouted.conf \ ! ntpd.conf printcap rbootd.conf remote sensorsd.conf wsconsctl.conf # -rw------- EXAMPLES_600=bgpd.conf dvmrpd.conf eigrpd.conf hostapd.conf iked.conf \ *************** *** 273,279 **** release allarchs kernels release-sets m4 install-mtree \ bootblocks ${ALL_KERNELS} ! SUBDIR+= etc.alpha etc.amd64 etc.armish etc.armv7 etc.aviion SUBDIR+= etc.hppa etc.hppa64 etc.i386 etc.landisk etc.loongson etc.luna88k SUBDIR+= etc.macppc etc.octeon SUBDIR+= etc.sgi etc.socppc etc.sparc etc.sparc64 etc.vax etc.zaurus --- 270,276 ---- release allarchs kernels release-sets m4 install-mtree \ bootblocks ${ALL_KERNELS} ! SUBDIR+= etc.alpha etc.amd64 etc.armish etc.armv7 SUBDIR+= etc.hppa etc.hppa64 etc.i386 etc.landisk etc.loongson etc.luna88k SUBDIR+= etc.macppc etc.octeon SUBDIR+= etc.sgi etc.socppc etc.sparc etc.sparc64 etc.vax etc.zaurus