diff options
author | 2011-02-06 21:49:55 +0000 | |
---|---|---|
committer | 2011-02-06 21:49:55 +0000 | |
commit | 2efb96445217d1806923f4051faecaffb1d8232b (patch) | |
tree | a1f72141d321a2c26421ac08d71a1bda7e8f029c | |
parent | - nm -s omitted the symbol list for first object file in an archive. fix this (diff) | |
download | wireguard-openbsd-2efb96445217d1806923f4051faecaffb1d8232b.tar.xz wireguard-openbsd-2efb96445217d1806923f4051faecaffb1d8232b.zip |
Embed the hash of bsd.rd.IP30 as well.
-rw-r--r-- | distrib/sgi/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/list b/distrib/sgi/ramdisk/list index cce762e8122..5ca6f3449ff 100644 --- a/distrib/sgi/ramdisk/list +++ b/distrib/sgi/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.28 2010/10/18 04:08:30 deraadt Exp $ +# $OpenBSD: list,v 1.29 2011/02/06 21:49:55 miod Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -99,5 +99,5 @@ SCRIPT ${CURDIR}/../../miniroot/install.sh install SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub SPECIAL chmod 755 install upgrade sbin/dhclient-script -HASH var/hash bsd.IP27 bsd.IP30 bsd.IP32 +HASH var/hash bsd.IP27 bsd.IP30 bsd.mp.IP30 bsd.IP32 TZ |