1 1.7 mycroft # $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:10 mycroft Exp $ 2 1.1 christos 3 1.1 christos SRCS+= rtld_start.S mdreloc.c 4 1.1 christos 5 1.4 thorpej # XXX Should not be in CPPFLAGS! 6 1.4 thorpej CPPFLAGS+= -fpic 7 1.3 thorpej 8 1.7 mycroft CPPFLAGS+= -DELFSIZE=32 9 1.3 thorpej 10 1.1 christos LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start 11