summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:04:04 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:04:04 +0000
commitc941b9a56bfeee9726e1b211fad2eff9512717d0 (patch)
tree22544501652464c65ebbda6828064d739281f605 /usr.bin/kdump
parent563146937c7a883d816516169af27daf25dc436b (diff)
downloadFreeBSD-src-c941b9a56bfeee9726e1b211fad2eff9512717d0.zip
FreeBSD-src-c941b9a56bfeee9726e1b211fad2eff9512717d0.tar.gz
MFC r291330:
Replace DPSRCS that work fine in SRCS.
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index e708f3b..d450da5 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -10,8 +10,7 @@ SFX= 32
.PATH: ${.CURDIR}/../ktrace
PROG= kdump
-SRCS= kdump_subr.c kdump.c ioctl.c subr.c
-DPSRCS= kdump_subr.h
+SRCS= kdump_subr.c kdump_subr.h kdump.c ioctl.c subr.c
CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR} -I${.CURDIR}/../.. -I.
.if ${MK_PF} != "no"
OpenPOWER on IntegriCloud