diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-03 05:35:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-03 05:35:41 +0000 |
commit | 2da02269cb88b81a2aa33e23690070948736d021 (patch) | |
tree | 64686dbd8b155aef466db47994cd1e60c2c18d8c /etc/etc.alpha | |
parent | 68d8b5a00bd2c10dc4053eb96827288d811f6c11 (diff) |
Build and document bsd.mp on alpha.
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index d92ebbae37f..8c4f887853a 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.22 2013/03/09 17:25:25 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.23 2014/02/03 05:35:40 miod Exp $ + +KERNELS += GENERIC.MP bsd.mp bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} |