diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-17 19:10:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-17 19:10:42 +0000 |
commit | 250b3197be83ce0b4ae75c5b80df4b3fde30dea3 (patch) | |
tree | 417e9edf43c042b0bc8db0f1455a3d1034056885 /distrib/vax | |
parent | 90f8dbf473dab6cbc5ce6d5fd7feff9e6c3de390 (diff) |
more missing dmesg
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/inst-common/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/vax/inst-common/list b/distrib/vax/inst-common/list index 72582b9e45f..4706a0a1fc2 100644 --- a/distrib/vax/inst-common/list +++ b/distrib/vax/inst-common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.9 2001/03/16 04:55:50 hugh Exp $ +# $OpenBSD: list,v 1.10 2001/09/17 19:10:41 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -22,6 +22,7 @@ LINK instbin bin/sync LINK instbin bin/test LINK instbin bin/[ LINK instbin sbin/disklabel +LINK instbin sbin/dmesg LINK instbin sbin/fsck LINK instbin sbin/halt LINK instbin sbin/ifconfig |