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
4a35cda731
freebsd-dev
/
sbin
/
atacontrol
/
Makefile
8 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
Back out ru's changes. Soren has requested this and I see no reason to not just do it. It is his new code that is being actively developed so he has say over it. ru's direct changes were premature as they occurred less than 4 hours after it was committed to the tree.
2001-03-16 08:07:00 +00:00
#$FreeBSD$
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
2001-12-04 02:19:58 +00:00
Add atacontrol, a util to control variuos aspects of the ATA.4 driver, please consult atacontrol.8 for usage..
2001-03-15 15:40:53 +00:00
PROG
=
atacontrol
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
MAN
=
atacontrol.8
Make this WARNS=6 clean by: - declaring 'mode2str' as returning a 'const char *' - prototyping all function - rename the argument 'version' to 'ver', not to shadow the now prototyped function 'version'. Also mark it as WARNS?= 6 clean to try to keep it clean. Tested by: make universe (including amd64)
2003-11-05 19:20:41 +00:00
WARNS
?=
6
Add atacontrol, a util to control variuos aspects of the ATA.4 driver, please consult atacontrol.8 for usage..
2001-03-15 15:40:53 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink