Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2010/07/17 19:25:27 jmmv Exp $
      2 
      3 NOMAN=		# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 TESTSDIR=	${TESTSBASE}/lib/csu
      8 
      9 .if exists(arch/${MACHINE_CPU}/initfini_asm.S)
     10 TESTS_SH=	t_crt0
     11 
     12 BINDIR=		${TESTSDIR}
     13 PROG=		h_initfini
     14 SRCS=		h_initfini.c initfini_asm.S
     15 WARNS?=		1
     16 .PATH:		${.CURDIR}/arch/${MACHINE_CPU}
     17 .endif
     18 
     19 .include <bsd.test.mk>
     20