Module Name: src
Committed By: christos
Date: Thu Jun 4 12:19:35 UTC 2009
Modified Files:
src/usr.sbin/crash: Makefile
Log Message:
Avoid -mcmodel=kernel so that we can build in PIC mode.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/crash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.2 src/usr.sbin/crash/Makefile:1.3
--- src/usr.sbin/crash/Makefile:1.2 Wed Apr 22 11:23:02 2009
+++ src/usr.sbin/crash/Makefile Thu Jun 4 08:19:35 2009
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/04/22 15:23:02 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/04 12:19:35 christos Exp $
PROG= crash
MAN= crash.8
+RUMPKERNEL= yes # XXX: Avoid -mcmodel=kernel
LDADD+= -lkvm -ledit -ltermcap
DPADD+= ${LIBKVM} ${LIBEDIT} ${LIBTERMCAP}