This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
freebsd-src
Watch
1
Star
0
Fork
0
You've already forked freebsd-src
mirror of
https://github.com/freebsd/freebsd-src.git
synced
2024-12-04 08:09:08 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
c0eb492e98
freebsd-src
/
sbin
/
ccdconfig
/
Makefile
10 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
# $FreeBSD$
ccdcontrol -> ccdconfig.
1996-01-30 01:25:40 +00:00
PROG
=
ccdconfig
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 15:33:27 +01:00
MAN
=
ccdconfig.8
Makefile.
1995-12-27 10:56:35 +00:00
Use GEOM OAM api to retrive list of configured ccd devices. Link against libgeom.
2003-06-02 21:50:59 +01:00
DPADD
=
${
LIBGEOM
}
LDADD
=
-lgeom
Makefile.
1995-12-27 10:56:35 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink