diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 06:15:16 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 06:15:16 +0000 |
commit | adea637ba2ffdae4f3941cdd150a7cda541c73d5 (patch) | |
tree | 85a8568276014cb312d880d74d26a967aaa247aa /etc/etc.macppc/Makefile.inc | |
parent | 92e441e5118d285594af4b0ef964f51d1df97920 (diff) |
rm trailing whitespace
Diffstat (limited to 'etc/etc.macppc/Makefile.inc')
-rw-r--r-- | etc/etc.macppc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc index 4241e0480fa..161a027da85 100644 --- a/etc/etc.macppc/Makefile.inc +++ b/etc/etc.macppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/05/13 07:22:43 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/06/09 06:15:14 todd Exp $ # etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets .ifdef DESTDIR @@ -11,7 +11,7 @@ bsd: cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -# knows about bsd.rd +# knows about bsd.rd distrib1: cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi |