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