diff options
author | markm <markm@FreeBSD.org> | 2002-06-21 10:21:21 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-06-21 10:21:21 +0000 |
commit | 7b6b6eb48b8128d8f811a36b32e54a7d90aefd75 (patch) | |
tree | 87d130a9d758510cef11441ff64e47da7a62ccc7 /usr.bin/kdump | |
parent | fc82eac8d1c9cddfbc8b7085045a2fe83ce99ea5 (diff) | |
download | FreeBSD-src-7b6b6eb48b8128d8f811a36b32e54a7d90aefd75.zip FreeBSD-src-7b6b6eb48b8128d8f811a36b32e54a7d90aefd75.tar.gz |
Style tidy-up.
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 cc7bfbe..6f1ee2d 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} |