diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-06-04 00:44:49 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-06-04 00:44:49 +0000 |
commit | 36a60fa8bf40d057ddaa53ac99234f6fcbea4816 (patch) | |
tree | e3d77f387aca8bef6b3e6a89e39895f9ae013ef8 /distrib/macppc/ramdisk | |
parent | 85363dacaf07967a16af6295ffbb399365755fb2 (diff) |
Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing of
those lines in list2sh.awk.
ok deraadt@
Diffstat (limited to 'distrib/macppc/ramdisk')
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 059f1081da7..6f019a481ab 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.43 2009/06/02 16:23:45 krw Exp $ +# $OpenBSD: install.md,v 1.44 2009/06/04 00:44:47 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -33,7 +33,6 @@ # MDXAPERTURE=2 -ARCH=ARCH NCPU=$(sysctl -n hw.ncpufound) ((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; } |