diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-23 09:15:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-23 09:15:45 +0000 |
| commit | 95ad74d7cf9fd079a94c6d875dba8db099eadf19 (patch) | |
| tree | c5bd4263d8fbed24c400afac81dfbb1d25a899ac /usr.bin/kdump | |
| parent | a9b45e7499ea8e188847dcc778d0e4ddfa020a91 (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 9faca1d776cd..060081c2899e 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -.PATH: ${.CURDIR}/../ktrace +.PATH: ${.CURDIR}/../ktrace PROG= kdump SRCS= kdump.c ioctl.c subr.c @@ -9,7 +9,7 @@ CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR}/../.. CLEANFILES= ioctl.c -ioctl.c: mkioctls +ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} .include <bsd.prog.mk> |
