Deleted Added
full compact
Makefile (211725) Makefile (211934)
1# $FreeBSD: head/usr.sbin/kldxref/Makefile 211725 2010-08-23 22:24:11Z imp $
1# $FreeBSD: head/usr.sbin/kldxref/Makefile 211934 2010-08-28 15:03:11Z nwhitehorn $
2
3PROG= kldxref
4MAN= kldxref.8
5SRCS= kldxref.c ef.c ef_obj.c
6
7WARNS?= 2
8CFLAGS+=-fno-strict-aliasing
9
2
3PROG= kldxref
4MAN= kldxref.8
5SRCS= kldxref.c ef.c ef_obj.c
6
7WARNS?= 2
8CFLAGS+=-fno-strict-aliasing
9
10.if exists(ef_${MACHINE_CPUARCH}.c)
10.if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64"
11SRCS+= ef_${MACHINE_CPUARCH}.c
12.else
13SRCS+= ef_nop.c
14.endif
15
16.include <bsd.prog.mk>
11SRCS+= ef_${MACHINE_CPUARCH}.c
12.else
13SRCS+= ef_nop.c
14.endif
15
16.include <bsd.prog.mk>