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/alpha/common | |
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/alpha/common')
-rw-r--r-- | distrib/alpha/common/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list index 1cbaa29a7e7..e95c6d42279 100644 --- a/distrib/alpha/common/list +++ b/distrib/alpha/common/list @@ -1,7 +1,6 @@ -# $OpenBSD: list,v 1.40 2014/07/20 02:37:35 deraadt Exp $ +# $OpenBSD: list,v 1.41 2014/12/27 06:02:00 deraadt Exp $ SRCDIRS distrib/special -SRCDIRS bin sbin # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin |