diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-02 13:47:17 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-02 13:47:17 +0000 |
| commit | 5d00a945b6e42b1e92ae44e6ec40c611bab7f1e2 (patch) | |
| tree | 82e2526d329cab3be0de8f806e7dfb3df40d142f /usr.bin/kdump | |
| parent | a800cdfbb07f00c0f72565a5fff020bfaf54c3a9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 5cc1042e7f82..daa288f86a08 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= kdump CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. @@ -7,6 +8,6 @@ SRCS= kdump.c ioctl.c subr.c CLEANFILES+=ioctl.c ioctl.c: mkioctls - /bin/sh ${.CURDIR}/mkioctls > ioctl.c + DESTDIR=${DESTDIR} /bin/sh ${.CURDIR}/mkioctls > ioctl.c .include <bsd.prog.mk> |
