1#	$NetBSD: Makefile.inc,v 1.3 2001/12/20 19:20:03 thorpej Exp $
2
3SRCS+=	rtld_start.S mdreloc.c
4
5# XXX Should not be in CPPFLAGS!
6CPPFLAGS+= -fpic
7
8CPPFLAGS+= -DELFSIZE=64 -DRTLD_RELOCATE_SELF -DVARPSZ
9
10LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
11