diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-04 17:04:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-04 17:04:42 +0000 |
commit | 2776758aa00b953334a5023993595a981d3b6ea0 (patch) | |
tree | aaed383853c240fde7cca8cc4d8631116a1d478a | |
parent | 292dce89e6f6870a7c938b24ec87a255305b7438 (diff) |
No more sort on the ramdisk.
-rw-r--r-- | distrib/hp300/ramdisk/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index a9fc8a8ead1..13316674095 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.41 2005/01/12 18:25:27 deraadt Exp $ +# $OpenBSD: list,v 1.42 2005/05/04 17:04:41 miod Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -43,7 +43,6 @@ LINK instbin usr/bin/grep usr/bin/egrep LINK instbin usr/bin/gzip LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed -LINK instbin usr/bin/sort # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |