This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b0b2b4233
freebsd-dev
/
usr.sbin
/
kldxref
/
Makefile
9 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add kldxref(8), for maintaining the linker.hints file for translating module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
2001-09-11 01:13:15 +00:00
# $FreeBSD$
PROG
=
kldxref
SRCS
=
kldxref.c ef.c
WARNS=2 cleanup. PR: bin/32567 MFC after: 2 weeks
2001-12-09 07:22:26 +00:00
WARNS
?=
2
Reorder WARNS line for style. Pointed out by: bde
2001-12-10 21:13:36 +00:00
MAN
=
kldxref.8
WARNS=2 cleanup. PR: bin/32567 MFC after: 2 weeks
2001-12-09 07:22:26 +00:00
Add kldxref(8), for maintaining the linker.hints file for translating module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
2001-09-11 01:13:15 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink