diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-24 23:12:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-24 23:12:15 +0000 |
commit | 76daf3bd9e1578d85b9de7aaf1e84ca42b14a7d9 (patch) | |
tree | 5f9a2bef4c3f653169212aa9621211c8e2597f50 /sys/arch/sun3/conf | |
parent | 635ab50f8c711e7422085af2db271e16970d3a2e (diff) |
Harmonize and complete wrt cross-compilation.
Diffstat (limited to 'sys/arch/sun3/conf')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index d0ce9da6e0f..3125891b152 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sun3,v 1.28 2001/12/14 08:51:21 miod Exp $ +# $OpenBSD: Makefile.sun3,v 1.29 2001/12/24 23:12:14 miod Exp $ # $NetBSD: Makefile.sun3,v 1.51 1996/09/09 21:07:08 mycroft Exp $ # Makefile for OpenBSD @@ -93,7 +93,7 @@ SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= @rm -f $@ SYSTEM_LD= @echo ${LD} ${LINKFLAGS} -o $@ '$${SYSTEM_OBJ}' vers.o; \ ${LD} ${LINKFLAGS} -o $@ ${SYSTEM_OBJ} vers.o -SYSTEM_LD_TAIL= @size $@; chmod 755 $@ +SYSTEM_LD_TAIL= @${SIZE} $@; chmod 755 $@ DEBUG?= .if ${DEBUG} == "-g" |