Home | History | Annotate | Line # | Download | only in ldconfig
Makefile revision 1.23.6.1
      1  1.23.6.1   yamt #	$NetBSD: Makefile,v 1.23.6.1 2014/05/22 11:37:29 yamt Exp $
      2      1.17   fvdl 
      3      1.23    mrg .include <bsd.own.mk>   # For MKPIC
      4      1.21  itohy .include <bsd.shlib.mk>
      5  1.23.6.1   yamt .include <bsd.endian.mk>
      6      1.17   fvdl 
      7      1.22    mrg .if ${MKPIC} != "no" && \
      8  1.23.6.1   yamt     ((${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234") || \
      9      1.19   matt      ${MACHINE_ARCH} == "i386" ||	\
     10  1.23.6.1   yamt      ${MACHINE_CPU} == "m68k" ||	\
     11      1.19   matt      ${MACHINE_ARCH} == "sparc" ||	\
     12      1.23    mrg      ${MACHINE_ARCH} == "vax")
     13      1.13    cgd 
     14      1.14     pk PROG=	ldconfig
     15      1.14     pk SRCS=	ldconfig.c shlib.c
     16       1.1     pk 
     17      1.21  itohy .if ${SHLIBINSTALLDIR} != ${LIBDIR}
     18      1.21  itohy CPPFLAGS+=-DSTANDARD_SEARCH_DIRS=\"${SHLIBINSTALLDIR}\",\"${LIBDIR}\"
     19      1.21  itohy .endif
     20      1.17   fvdl 
     21      1.17   fvdl .endif
     22      1.12    mrg 
     23       1.9    cgd MAN=	ldconfig.8
     24       1.1     pk 
     25       1.1     pk .include <bsd.prog.mk>
     26