diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:08:11 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:08:11 +0000 |
commit | 882563776f110738436f3826fa350ca347cac963 (patch) | |
tree | 8d45f8a3dfb10c09705e5d3c7870052abe26118a /etc/etc.i386/Makefile.inc | |
parent | 27cf0c6ec0604104b9029db19030664cd1a5049d (diff) |
indentation whitespace nits
Diffstat (limited to 'etc/etc.i386/Makefile.inc')
-rw-r--r-- | etc/etc.i386/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index a4af80816da..314f1e75c72 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.14 2004/08/26 03:34:16 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2005/02/07 06:08:10 david Exp $ # etc.i386/Makefile.inc -- i386-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd bsd.mp notes bootblocks distrib +snap_md: bsd bsd.mp notes bootblocks distrib cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC.MP/bsd \ |