Home | History | Annotate | Line # | Download | only in kdump
Makefile revision 1.2
      1  1.1      cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.1      cgd 
      3  1.1      cgd PROG=	kdump
      4  1.1      cgd CFLAGS+=-I${.CURDIR}/../ktrace
      5  1.1      cgd SRCS=	kdump.c ioctl.c subr.c
      6  1.1      cgd .PATH:	${.CURDIR}/../ktrace
      7  1.1      cgd CLEANFILES+=ioctl.c
      8  1.1      cgd 
      9  1.1      cgd ioctl.c: mkioctls
     10  1.2  mycroft 	/bin/sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \
     11  1.2  mycroft 	    ${DESTDIR}/usr/include/sys/ioctl_compat.h > ioctl.c
     12  1.1      cgd 
     13  1.1      cgd .include <bsd.prog.mk>
     14