Makefile.inc revision 1.10
1#	$NetBSD: Makefile.inc,v 1.10 2004/02/21 15:56:03 skrll Exp $
2
3SRCS+=		rtld_start.S mdreloc.c
4
5# XXX Should not be in CPPFLAGS!
6CPPFLAGS+=	-fpic
7
8CPPFLAGS+=	-DELFSIZE=32
9
10LDFLAGS+=	-e _rtld_start
11