Home | History | Annotate | Line # | Download | only in i386
Makefile.inc revision 1.9
      1  1.9     skrll #	$NetBSD: Makefile.inc,v 1.9 2004/02/21 15:56:03 skrll Exp $
      2  1.1  christos 
      3  1.8     skrll SRCS+=		rtld_start.S mdreloc.c
      4  1.1  christos 
      5  1.4   thorpej # XXX Should not be in CPPFLAGS!
      6  1.8     skrll CPPFLAGS+=	-fpic
      7  1.3   thorpej 
      8  1.8     skrll CPPFLAGS+=	-DELFSIZE=32
      9  1.3   thorpej 
     10  1.9     skrll LDFLAGS+=	-e .rtld_start
     11