150479Speter# $FreeBSD$
23133Sdg
33133SdgPROG=	ac
474816SruMAN=	ac.8
53133Sdg
63133Sdg# If "CONSOLE_TTY" is not defined, this program is compatible with the
73133Sdg# traditional implementation (using SunOS 4.x as the sample traditional
83133Sdg# implementation).  This is the default.
93133Sdg#
103133Sdg# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
113133Sdg# console name, e.g. "vga".  Additionally, the various commented-out
123133Sdg# sections of the man page should be uncommented.  This is not the
133133Sdg# default because of the inability to detect the proper console name
143133Sdg# easily, especially on m68k systems, which can share binaries.
153133Sdg#
163133Sdg#CFLAGS+=-DCONSOLE_TTY=\"vga\"
173133Sdg
183133Sdg.include <bsd.prog.mk>
19