diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-06-21 10:21:21 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-06-21 10:21:21 +0000 |
| commit | 09b904c8e55ebcd9402a0577650fc998f8db62db (patch) | |
| tree | 87d130a9d758510cef11441ff64e47da7a62ccc7 /usr.bin/kdump | |
| parent | e0761ab1e68a5305a2ad50532d7a90b9e92d7447 (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index cc7bfbe9d1ac..6f1ee2d6742b 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -2,11 +2,13 @@ # $FreeBSD$ PROG= kdump -CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. SRCS= kdump.c ioctl.c subr.c -.PATH: ${.CURDIR}/../ktrace +CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. + CLEANFILES+=ioctl.c +.PATH: ${.CURDIR}/../ktrace + ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} |
