Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.15
      1  1.15        is #	$NetBSD: Makefile,v 1.15 2000/10/11 14:46:05 is Exp $
      2   1.9     mikel #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4  1.11       cgd .include <bsd.own.mk>
      5  1.11       cgd 
      6   1.1       cgd PROG=	kdump
      7  1.12     veego CPPFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys
      8  1.14  jdolecek SRCS=	kdump.c ioctl.c subr.c setemul.c
      9   1.7       gwr .PATH:	${.CURDIR}/../ktrace
     10  1.11       cgd LDSTATIC?=-static
     11   1.1       cgd CLEANFILES+=ioctl.c
     12  1.15        is WFORMAT=1
     13  1.13       mrg .include "Makefile.ioctl-c"
     14   1.1       cgd 
     15   1.1       cgd .include <bsd.prog.mk>
     16