aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/kldxref/Makefile
blob: 33337fd8a180e71c3b7996469636e45f7381e1c0 (plain) (tree)
1
2
3
4
5
6
7
8


               
                 
                               
 

         





                                
                      
# $FreeBSD$

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

WARNS?=	2

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

.include <bsd.prog.mk>