diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-09 09:10:07 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-09 09:10:07 +0000 |
commit | 1969367e03b0d9f5511eb56bfdbda86c95ac8e76 (patch) | |
tree | 4d2d731f3bc63a2d256131927bf4168d65bf2116 /etc/etc.wgrisc | |
parent | d7d2373c481e04dc9710d7b18c517767cd54bd3c (diff) |
oops.. arc->wgrisc
Diffstat (limited to 'etc/etc.wgrisc')
-rw-r--r-- | etc/etc.wgrisc/Makefile.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.wgrisc/Makefile.inc b/etc/etc.wgrisc/Makefile.inc index 91e155062c6..700d1bdfc00 100644 --- a/etc/etc.wgrisc/Makefile.inc +++ b/etc/etc.wgrisc/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.1 1997/04/09 09:04:46 pefo Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1997/04/09 09:10:06 pefo Exp $ # -# etc.arc/Makefile.inc -- arc-specific etc Makefile targets +# etc.wgrisc/Makefile.inc -- wgrisc-specific etc Makefile targets .ifdef DESTDIR @@ -11,12 +11,12 @@ binutils: | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT} bsd: - cd ${.CURDIR}/../sys/arch/arc/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/arc/compile/GENERIC && \ + cd ${.CURDIR}/../sys/arch/wgrisc/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC && \ make clean && make depend && make - cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd \ + cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd - cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd.ecoff \ + cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd.ecoff \ ${DESTDIR}/snapshot/bsd.ecoff .endif |