History log of /freebsd-9.3-release/sbin/atacontrol/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 198236 19-Oct-2009 ru

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


# 122133 05-Nov-2003 johan

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)


# 113866 22-Apr-2003 johan

Make this WARNS=2 clean by using %j and (uintmax_t).

Reviewed by: tjr@ on audit@
Approved by: silence from sos@


# 87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


# 74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 74531 20-Mar-2001 ru

Set the default manual section for sbin/ to 8.


# 74334 16-Mar-2001 imp

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.


# 74308 15-Mar-2001 ru

Make this compile with ${BDECFLAGS}, apply style(9), cleanup manpage.


# 74305 15-Mar-2001 sos

Add atacontrol, a util to control variuos aspects of the ATA.4 driver,
please consult atacontrol.8 for usage..