Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.10
      1  1.10    lukem #	$NetBSD: Makefile,v 1.10 1997/10/24 09:00:33 lukem Exp $
      2   1.9    mikel #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1      cgd 
      4   1.1      cgd PROG=	kdump
      5  1.10    lukem CPPFLAGS+=-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