Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.32
      1  1.32  christos #	$NetBSD: Makefile,v 1.32 2016/01/23 21:22:49 christos Exp $
      2   1.9     mikel #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4  1.21     lukem .include <bsd.own.mk>		# for MKDYNAMICROOT & NETBSDSRCDIR
      5  1.11       cgd 
      6  1.28       tls USE_FORT?= yes	# cryptographic software
      7  1.28       tls 
      8   1.1       cgd PROG=	kdump
      9  1.25      tron SRCS=	kdump.c subr.c setemul.c siginfo.c
     10  1.20       lha .PATH:	${NETBSDSRCDIR}/usr.bin/ktrace
     11  1.25      tron CLEANFILES+=siginfo.c
     12  1.18     lukem 
     13  1.24      manu .if (${MKDYNAMICROOT} == "no")
     14  1.24      manu LDSTATIC?=-static
     15  1.24      manu .endif
     16  1.18     lukem 
     17  1.13       mrg .include "Makefile.ioctl-c"
     18  1.23  christos .include "Makefile.siginfo-c"
     19   1.1       cgd 
     20  1.32  christos CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ktrace -I${NETBSDSRCDIR}/sys -D_KERNTYPES
     21  1.31  christos 
     22  1.30  christos LDADD+=-lutil
     23  1.30  christos DPADD+=${LIBUTIL}
     24  1.30  christos 
     25   1.1       cgd .include <bsd.prog.mk>
     26