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

PROG=	kldxref
SRCS=	kldxref.c ef.c
WARNS?=	2
MAN=	kldxref.8

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

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