diff options
author | 2001-04-01 19:40:16 +0000 | |
---|---|---|
committer | 2001-04-01 19:40:16 +0000 | |
commit | e3b7bb74a27e1fdb85bc3aadd7af0455e557c1ca (patch) | |
tree | 58463068e3596b118648ca5aa56d8e606b4dc22b | |
parent | wscons rc files are not nicely MI clean, so when some nice diffs are shown around, they can go back in (diff) | |
download | wireguard-openbsd-e3b7bb74a27e1fdb85bc3aadd7af0455e557c1ca.tar.xz wireguard-openbsd-e3b7bb74a27e1fdb85bc3aadd7af0455e557c1ca.zip |
no longer install those now
-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 |