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