diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-25 15:45:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-25 15:45:08 +0000 |
commit | f074585d3da46d8644c4fd6c30bfd449ea74709d (patch) | |
tree | 568d46664d2af0279256d801c5cb9c0a188e5d83 /distrib | |
parent | 35d8b9c3a5483dd7a1b896e75456483700d2218c (diff) |
include ancontrol/wicontrol and abandon stupid symlink; deraadt@ ok
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hppa/ramdisk/list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hppa/ramdisk/list b/distrib/hppa/ramdisk/list index c4ed75afee5..379c3b42757 100644 --- a/distrib/hppa/ramdisk/list +++ b/distrib/hppa/ramdisk/list @@ -1,14 +1,14 @@ -# $OpenBSD: list,v 1.4 2003/10/01 22:01:28 miod Exp $ +# $OpenBSD: list,v 1.5 2004/08/25 15:45:07 mickey Exp $ # hppa extra's +LINK instbin sbin/ancontrol LINK instbin sbin/disklabel +LINK instbin sbin/wicontrol LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/less usr/bin/more SRCDIRS sys/arch/hppa/stand -SYMLINK /tmp var/tmp - # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk |