diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-22 02:02:34 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-22 02:02:34 +0000 |
commit | 31003a7e68970e14de72e158246cccd33cccc1e7 (patch) | |
tree | 6a6f795647dfa56cd31e8f3593888c0819660f1b /usr.bin/kdump/Makefile | |
parent | 8b84d839d00a86b4d530a2b0f7f1584605d08c7a (diff) |
Split out from kdump.c the ktrstruct.c bits into ktrstruct.c
Reduce the #includes to take advantage of that.
ok millert@ otto@
Diffstat (limited to 'usr.bin/kdump/Makefile')
-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 7a5c388468a..9b1beef54ff 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2013/07/16 00:41:03 guenther Exp $ +# $OpenBSD: Makefile,v 1.24 2013/08/22 02:02:33 guenther Exp $ LDSTATIC=${STATIC} PROG= kdump CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR} -I${.CURDIR}/../../sys -SRCS= kdump.c ioctl.c kdump_subr.c subr.c +SRCS= kdump.c ioctl.c kdump_subr.c subr.c ktrstruct.c .PATH: ${.CURDIR}/../ktrace CLEANFILES+=ioctl.c kdump_subr.c |