Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2004/02/20 20:58:25 skrll Exp $
2
3SRCS+=		rtld_start.S mdreloc.c
4
5# XXX Should not be in CPPFLAGS!
6CPPFLAGS+=	-fPIC
7
8CPPFLAGS+=	-DELFSIZE=64
9
10LDFLAGS+=	-Bshareable -Bsymbolic -e .rtld_start
11