Module Name:    src
Committed By:   tsutsui
Date:           Sun May 29 10:06:34 UTC 2011

Modified Files:
        src/sys/arch/sun68k/stand: Makefile.inc

Log Message:
Add ugly definitions to make standalone programs build without
installed DESTDIR binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sun68k/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun68k/stand/Makefile.inc
diff -u src/sys/arch/sun68k/stand/Makefile.inc:1.16 src/sys/arch/sun68k/stand/Makefile.inc:1.17
--- src/sys/arch/sun68k/stand/Makefile.inc:1.16	Fri Mar 20 11:42:25 2009
+++ src/sys/arch/sun68k/stand/Makefile.inc	Sun May 29 10:06:34 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.16 2009/03/20 11:42:25 tsutsui Exp $
+#	$NetBSD: Makefile.inc,v 1.17 2011/05/29 10:06:34 tsutsui Exp $
 
 # Must have S=/usr/src/sys (or equivalent)
 # But note: this is w.r.t. a subdirectory
@@ -46,3 +46,9 @@
 .endif	# defined(SA_PROG)
 
 .include <bsd.klinks.mk>
+
+# XXX SHOULD NOT NEED TO DEFINE THESE!
+LIBCRT0=
+LIBC=
+LIBCRTBEGIN=
+LIBCRTEND=

Reply via email to