diff options
| author | jmc <jmc@NetBSD.org> | 2005-05-12 02:56:59 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2005-05-12 02:56:59 +0000 |
| commit | 394eb3a175652b61ea00a90773e32ae954c87a8a (patch) | |
| tree | 1b188bb9af87ec9c336873f5c6a403f950ad03e4 | |
| parent | b04c45a828967c6897831410feb3c42a465c20d3 (diff) | |
Don't need realall/realdepend now that .BEGIN works
| -rw-r--r-- | sys/arch/sun68k/stand/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun68k/stand/Makefile.inc b/sys/arch/sun68k/stand/Makefile.inc index 8a6f07576ae..41d1c8103af 100644 --- a/sys/arch/sun68k/stand/Makefile.inc +++ b/sys/arch/sun68k/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.8 2003/11/30 05:32:39 tsutsui Exp $ +# $NetBSD: Makefile.inc,v 1.9 2005/05/12 02:56:59 jmc Exp $ # Must have S=/usr/src/sys (or equivalent) # But note: this is w.r.t. a subdirectory @@ -45,7 +45,6 @@ proginstall: ${SA_PROG}.bin CLEANFILES+= machine m68k sun68k .BEGIN: machine m68k sun68k .NOPATH: machine m68k sun68k -realall realdepend: machine m68k sun68k machine : -rm -f $@ |
