Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.9
      1  1.9    mikel #	$NetBSD: Makefile,v 1.9 1997/08/01 04:37:36 mikel Exp $
      2  1.9    mikel #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1      cgd 
      4  1.1      cgd PROG=	kdump
      5  1.1      cgd CFLAGS+=-I${.CURDIR}/../ktrace
      6  1.1      cgd SRCS=	kdump.c ioctl.c subr.c
      7  1.7      gwr .PATH:	${.CURDIR}/../ktrace
      8  1.9    mikel LDSTATIC=-static
      9  1.1      cgd CLEANFILES+=ioctl.c
     10  1.1      cgd 
     11  1.8     phil ioctl.c: mkioctls ${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h
     12  1.2  mycroft 	/bin/sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \
     13  1.2  mycroft 	    ${DESTDIR}/usr/include/sys/ioctl_compat.h > ioctl.c
     14  1.1      cgd 
     15  1.1      cgd .include <bsd.prog.mk>
     16