NetBSD/usr.bin/kdump/Makefile

21 lines
499 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2003/11/16 10:10:37 manu Exp $
1997-08-01 08:37:36 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1994-05-11 11:10:27 +04:00
2002-09-19 15:31:21 +04:00
.include <bsd.own.mk> # for MKDYNAMICROOT & NETBSDSRCDIR
1994-05-11 11:10:27 +04:00
PROG= kdump
2002-09-19 00:50:22 +04:00
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ktrace -I${NETBSDSRCDIR}/sys
SRCS= kdump.c ioctl.c subr.c setemul.c siginfo.c
2002-09-19 00:50:22 +04:00
.PATH: ${NETBSDSRCDIR}/usr.bin/ktrace
CLEANFILES+=ioctl.c siginfo.c
WFORMAT=1
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?=-static
.endif
.include "Makefile.ioctl-c"
.include "Makefile.siginfo-c"
1994-05-11 11:10:27 +04:00
.include <bsd.prog.mk>