diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:55:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:55:21 +0000 |
commit | f4409ec46343690f2d8488e54a5731d75ae3a918 (patch) | |
tree | 130a853f1d3919c8c33a526732fcd5e235afde65 /distrib/hppa | |
parent | 9a965cd483e9db445bb472ed50bb839ece6a878a (diff) |
Put bin/sha256 and build a hash directory onto the media that can fit
them
Diffstat (limited to 'distrib/hppa')
-rw-r--r-- | distrib/hppa/list | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/hppa/list b/distrib/hppa/list index 82b188f1eb0..664f2bd94b5 100644 --- a/distrib/hppa/list +++ b/distrib/hppa/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.10 2007/02/14 23:38:20 deraadt Exp $ +# $OpenBSD: list,v 1.11 2009/04/17 03:55:18 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -22,6 +22,7 @@ LINK instbin bin/mt bin/eject LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm +LINK instbin bin/sha256 LINK instbin bin/stty LINK instbin bin/sync LINK instbin sbin/ccdconfig @@ -63,3 +64,6 @@ SCRIPT ${CURDIR}/../../miniroot/upgrade.sh upgrade SCRIPT ${CURDIR}/../../miniroot/install.sh install SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub SPECIAL chmod 755 install upgrade sbin/dhclient-script + +# the hashes of the various install components +HASH var/hash |