diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-01 19:40:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-01 19:40:17 +0000 |
commit | 7f11c09baf6bcb5ec86c7d6868a60076190f51f3 (patch) | |
tree | 8d21fed0bd228b3c6dc6573070e21a618eaf9cce /etc | |
parent | 426184921d90279862f57d1136f60925fb679a9b (diff) |
no longer install those now
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile index 962d30906b7..be59ced63b0 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.118 2001/02/10 18:03:16 mickey Exp $ +# $OpenBSD: Makefile,v 1.119 2001/04/01 19:40:16 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -21,10 +21,6 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ rc.securelevel rc.shutdown remote rpc security services \ shells syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf \ mailer.conf -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "i386" || ${MACHINE} == "powerpc" -BIN1+=rc.wscons wscons.conf -.endif # -rw-rw-r-- BIN2= motd |