Home | History | Annotate | Line # | Download | only in helper_def_static
Makefile revision 1.1
      1  1.1  riastrad #	$NetBSD: Makefile,v 1.1 2023/05/31 00:18:44 riastradh Exp $
      2  1.1  riastrad 
      3  1.1  riastrad .include <bsd.own.mk>
      4  1.1  riastrad 
      5  1.1  riastrad LIB=		h_def_static
      6  1.1  riastrad SRCS=		h_def_static.c
      7  1.1  riastrad 
      8  1.1  riastrad LIBDIR=		${TESTSBASE}/libexec/ld.elf_so
      9  1.1  riastrad SHLIBDIR=	${TESTSBASE}/libexec/ld.elf_so
     10  1.1  riastrad SHLIB_MAJOR=	1
     11  1.1  riastrad 
     12  1.1  riastrad MKSTATICLIB=	no
     13  1.1  riastrad MKPROFILE=	no
     14  1.1  riastrad MKPICINSTALL=	no
     15  1.1  riastrad MKLINT=		no
     16  1.1  riastrad 
     17  1.1  riastrad NOMAN=		# defined
     18  1.1  riastrad 
     19  1.1  riastrad .include <bsd.lib.mk>
     20