summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/Makefile
blob: 9faca1d776cd5fc652b9e0191d1bfa92320559dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

.PATH:		${.CURDIR}/../ktrace

PROG=		kdump
SRCS=		kdump.c ioctl.c subr.c
CFLAGS+=	-I${.CURDIR}/../ktrace -I${.CURDIR}/../..

CLEANFILES=	ioctl.c

ioctl.c:	mkioctls
	sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud