diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-31 00:19:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-31 00:19:57 +0000 |
commit | 9fe4f0119c3acda7c89304dad87319f6e42bf1cc (patch) | |
tree | 64b1bc00a8fba03d75538dd9cce417855dccb4ba /etc/etc.zaurus | |
parent | 392b41849a8486177ff7be7237fc56a2d5c207a5 (diff) |
Better to build zaurus, not cats, kernels here.
Diffstat (limited to 'etc/etc.zaurus')
-rw-r--r-- | etc/etc.zaurus/Makefile.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index 65f9bfc388d..13a31fb9469 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/etc/etc.zaurus/Makefile.inc @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile.inc,v 1.1 2004/12/31 00:06:15 drahn Exp $ -# etc.cats/Makefile.inc -- cats-specific etc Makefile targets +# $OpenBSD: Makefile.inc,v 1.2 2004/12/31 00:19:56 miod Exp $ +# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd distrib1 - cp ${.CURDIR}/../sys/arch/cats/compile/GENERIC/bsd \ + cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd bsd: - cd ${.CURDIR}/../sys/arch/cats/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/cats/compile/GENERIC && \ + cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} # knows about bsd.rd |