2000-11-14 03:10:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.17 2000/11/14 00:10:16 jdolecek Exp $
|
1997-08-01 08:37:36 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1994-05-11 11:10:27 +04:00
|
|
|
|
1998-03-02 22:42:25 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1994-05-11 11:10:27 +04:00
|
|
|
PROG= kdump
|
1998-10-04 14:49:58 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys
|
2000-11-14 03:10:16 +03:00
|
|
|
LDSTATIC?=-static
|
2000-04-10 13:13:45 +04:00
|
|
|
SRCS= kdump.c ioctl.c subr.c setemul.c
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../ktrace
|
1994-05-11 11:10:27 +04:00
|
|
|
CLEANFILES+=ioctl.c
|
2000-10-11 18:46:00 +04:00
|
|
|
WFORMAT=1
|
1999-07-12 08:13:34 +04:00
|
|
|
.include "Makefile.ioctl-c"
|
1994-05-11 11:10:27 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|