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