summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/Makefile
blob: c270085f420bb84f3439a5867e31eb80c724dd07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PROG=	kldxref
MAN=	kldxref.8
SRCS=	kldxref.c ef.c

WARNS?=	2

.if exists(ef_${MACHINE_ARCH}.c)
SRCS+=	ef_${MACHINE_ARCH}.c
.else
SRCS+=	ef_nop.c
.endif

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