This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ee425bffeb
freebsd-nq
/
usr.sbin
/
fdcontrol
/
Makefile
9 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
# $FreeBSD$
Add appropriate includes and prototypes; staticize; set WARNS=2. Also minor Makefile nits. Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-26 22:11:13 +00:00
PROG
=
fdcontrol
MAN
=
fdcontrol.8
Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0. This program uses the FD_DEBUG ioctl, which will have to be commited yet.
1994-10-30 18:52:01 +00:00
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
WARNS
?=
2
Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0. This program uses the FD_DEBUG ioctl, which will have to be commited yet.
1994-10-30 18:52:01 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink