Home | History | Annotate | Line # | Download | only in i386
Makefile.inc revision 1.1
      1  1.1  christos #	$NetBSD: Makefile.inc,v 1.1 1999/01/10 18:21:24 christos Exp $
      2  1.1  christos 
      3  1.1  christos SRCS+=	rtld_start.S
      4  1.1  christos 
      5  1.1  christos CPPFLAGS+= -fpic -DELFSIZE=32
      6  1.1  christos LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
      7