diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-10-13 02:47:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-10-13 02:47:43 +0000 |
commit | 42ddfadc7c9b9e8c2cd4ead91509f6f435a7dd89 (patch) | |
tree | d64589295987b51af141a7b530de427296f28c11 | |
parent | cf71d89802ecf03b7d1dd8d61a4af630cfa5d7ce (diff) |
always add kernel to MDSETS; millert & deraadt ok'd
-rw-r--r-- | distrib/sparc/install.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 06f143e3c75..8cbeffbee5b 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.29 1999/09/03 18:55:36 deraadt Exp $ +# $OpenBSD: install.md,v 1.30 1999/10/13 02:47:42 jason Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -44,10 +44,7 @@ # Machine-dependent install sets MSGBUF=/kern/msgbuf HOSTNAME=/kern/hostname -MDSETS="xbin xman xinc xcon" -if [ ! -f /bsd ]; then - MDSETS="kernel ${MDSETS}" -fi +MDSETS="kernel xbin xman xinc xcon" # an alias for hostname(1) hostname() { |