197d92980SPeter Wemm# $FreeBSD$ 2ff9c3a32SDavid Greenman 3ff9c3a32SDavid GreenmanPROG= ac 4ff9c3a32SDavid GreenmanMAN8= ac.8 5ff9c3a32SDavid Greenman 6ff9c3a32SDavid Greenman# If "CONSOLE_TTY" is not defined, this program is compatible with the 7ff9c3a32SDavid Greenman# traditional implementation (using SunOS 4.x as the sample traditional 8ff9c3a32SDavid Greenman# implementation). This is the default. 9ff9c3a32SDavid Greenman# 10ff9c3a32SDavid Greenman# If "CONSOLE_TTY" is defined, it must be defined to the appropriate 11ff9c3a32SDavid Greenman# console name, e.g. "vga". Additionally, the various commented-out 12ff9c3a32SDavid Greenman# sections of the man page should be uncommented. This is not the 13ff9c3a32SDavid Greenman# default because of the inability to detect the proper console name 14ff9c3a32SDavid Greenman# easily, especially on m68k systems, which can share binaries. 15ff9c3a32SDavid Greenman# 16ff9c3a32SDavid Greenman#CFLAGS+=-DCONSOLE_TTY=\"vga\" 17ff9c3a32SDavid Greenman 18ff9c3a32SDavid Greenman.include <bsd.prog.mk> 19