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
787f149830
freebsd-dev
/
sys
/
modules
/
ccd
/
Makefile
9 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
# $FreeBSD$
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for now. Someday I'll add a hook to ccdconfig to do it automatically.
1996-06-12 03:49:15 +00:00
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
.PATH
:
${.
CURDIR
}/../../
dev
/
ccd
KMOD
=
ccd
Kill the NCCD constant by modernizing the ccd driver. Submitted by: sobomax Reviewed by: phk
2001-09-04 08:33:30 +00:00
SRCS
=
ccd.c vnode_if.h
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for now. Someday I'll add a hook to ccdconfig to do it automatically.
1996-06-12 03:49:15 +00:00
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of encoding the relative path.
2000-05-27 01:14:33 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in New Issue
Copy Permalink