diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-06-21 11:06:11 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-06-21 11:06:11 +0000 |
| commit | 4c2fb88368a53989ef25a4849842f8b01f654c1a (patch) | |
| tree | 43f70cfa9b252c030ad6d48ae2e39f2880b447b3 /usr.bin/kdump | |
| parent | cb37d870a64588bef347e3f84867a7402f6950d0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 6f1ee2d6742b..9faca1d776cd 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,15 +1,15 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -PROG= kdump -SRCS= kdump.c ioctl.c subr.c -CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. +.PATH: ${.CURDIR}/../ktrace -CLEANFILES+=ioctl.c +PROG= kdump +SRCS= kdump.c ioctl.c subr.c +CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR}/../.. -.PATH: ${.CURDIR}/../ktrace +CLEANFILES= ioctl.c -ioctl.c: mkioctls +ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} .include <bsd.prog.mk> |
