1 1.24 manu # $NetBSD: Makefile,v 1.24 2003/11/16 10:10:37 manu 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.1 cgd PROG= kdump 7 1.20 lha CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ktrace -I${NETBSDSRCDIR}/sys 8 1.23 christos SRCS= kdump.c ioctl.c subr.c setemul.c siginfo.c 9 1.20 lha .PATH: ${NETBSDSRCDIR}/usr.bin/ktrace 10 1.23 christos CLEANFILES+=ioctl.c siginfo.c 11 1.15 is WFORMAT=1 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.1 cgd .include <bsd.prog.mk> 21