28644e448a
Pointed out by: bde
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kldxref
|
|
SRCS= kldxref.c ef.c
|
|
WARNS?= 2
|
|
MAN= kldxref.8
|
|
|
|
.include <bsd.prog.mk>
|