diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 22:57:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 22:57:15 +0000 |
commit | 7ae34c0bdaf862c97d939d8f419f6ebd1e3687e4 (patch) | |
tree | c1981a33bb173010faaf99c7b0903b25cf94f063 /etc/etc.sgi | |
parent | b21be4a9d88b3502e7ddf543e7612d82faa75a65 (diff) |
it is not called sgimips
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index 46c17922b24..62c3560722f 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile.inc,v 1.1 2004/08/06 21:58:22 pefo Exp $ -# etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets +# $OpenBSD: Makefile.inc,v 1.2 2004/08/06 22:57:14 deraadt Exp $ +# etc.sgi/Makefile.inc -- sgi-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd distrib1 - cp ${.CURDIR}/../sys/arch/sgimips/compile/GENERIC/bsd \ + cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd bsd: - cd ${.CURDIR}/../sys/arch/sgimips/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/sgimips/compile/GENERIC && \ + cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \ make clean && make distrib1: |