diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-27 06:02:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-27 06:02:02 +0000 |
commit | c375ae97c6f647920bb8d53dbf6031742a50507f (patch) | |
tree | 30793b649576e440d6e7300542bc2a58d20cc8e1 /distrib/landisk/ramdisk | |
parent | c535eda578fc4f019fa38e45c7ae1456440feeda (diff) |
SRCDIRS must now always come from distrib/special. A few systems
still MD installboot, and we will need to repair those before
release, or force them pure -static use by both base and instbin.
Diffstat (limited to 'distrib/landisk/ramdisk')
-rw-r--r-- | distrib/landisk/ramdisk/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/list b/distrib/landisk/ramdisk/list index e8657f8d207..78639fdc67b 100644 --- a/distrib/landisk/ramdisk/list +++ b/distrib/landisk/ramdisk/list @@ -1,7 +1,6 @@ -# $OpenBSD: list,v 1.32 2014/12/03 20:11:19 florian Exp $ +# $OpenBSD: list,v 1.33 2014/12/27 06:02:01 deraadt Exp $ SRCDIRS distrib/special -SRCDIRS bin sbin # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin |