Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.12.2.1
      1  1.12.2.1       he #	$NetBSD: Makefile,v 1.12.2.1 2000/10/19 16:27:50 he 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.1      cgd SRCS=	kdump.c ioctl.c subr.c
      9       1.7      gwr .PATH:	${.CURDIR}/../ktrace
     10      1.11      cgd LDSTATIC?=-static
     11       1.1      cgd CLEANFILES+=ioctl.c
     12  1.12.2.1       he WFORMAT=1
     13  1.12.2.1       he .include "Makefile.ioctl-c"
     14       1.1      cgd 
     15       1.8     phil ioctl.c: mkioctls ${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h
     16       1.2  mycroft 	/bin/sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \
     17       1.2  mycroft 	    ${DESTDIR}/usr/include/sys/ioctl_compat.h > ioctl.c
     18       1.1      cgd 
     19       1.1      cgd .include <bsd.prog.mk>
     20