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

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

WARNS?=	2

.if ${MACHINE_ARCH} == powerpc
NO_SHARED=YES
.endif

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

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