Revision 498b2ae7e5c320b3844d3f18c8d86fae1584b617 authored by John Baldwin on 13 July 2017, 17:05:57 UTC, committed by John Baldwin on 13 July 2017, 17:05:57 UTC
Add deprecation notices for various device drivers removed in 12.0.

Approved by:	re (kib)
1 parent 02e3c47
Raw File
Makefile
# $FreeBSD$

PROG=	ac
MAN=	ac.8

# If "CONSOLE_TTY" is not defined, this program is compatible with the
# traditional implementation (using SunOS 4.x as the sample traditional
# implementation).  This is the default.
#
# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
# console name, e.g. "vga".  Additionally, the various commented-out
# sections of the man page should be uncommented.  This is not the
# default because of the inability to detect the proper console name
# easily, especially on m68k systems, which can share binaries.
#
#CFLAGS+=-DCONSOLE_TTY=\"vga\"

.include <bsd.prog.mk>
back to top