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