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