diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-15 16:26:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-15 16:26:54 +0000 |
commit | cfe71fd91d1638ee52ba8aa80890149a8f2e78d4 (patch) | |
tree | 7fadea03e5cd0c3c414e08882d35b5fc179f6e56 /etc | |
parent | 6e1fd7dd1e0949d9b9e386a57b3924b46abb9d63 (diff) |
install wsconsctl.conf on more machines
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index a36d1082a7c..fb15ade77ef 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.276 2009/05/09 16:29:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.277 2009/05/15 16:26:53 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -21,9 +21,8 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \ etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \ moduli pf.os sensorsd.conf ifstated.conf -.if ${MACHINE} != "aviion" && ${MACHINE} != "landisk" && \ - ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" && \ - ${MACHINE} != "socppc" +.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ + ${MACHINE} != "mvme88k" BIN1+= wsconsctl.conf .endif |