Makefile revision 256281
137535Sdes# $FreeBSD: stable/10/usr.sbin/ac/Makefile 239910 2012-08-30 16:45:27Z ed $
263012Sdes
337535SdesPROG=	ac
437535SdesMAN=	ac.8
537535Sdes
637535Sdes# If "CONSOLE_TTY" is not defined, this program is compatible with the
737535Sdes# traditional implementation (using SunOS 4.x as the sample traditional
837535Sdes# implementation).  This is the default.
937535Sdes#
1037535Sdes# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
1137535Sdes# console name, e.g. "vga".  Additionally, the various commented-out
1237535Sdes# sections of the man page should be uncommented.  This is not the
1337535Sdes# default because of the inability to detect the proper console name
1437535Sdes# easily, especially on m68k systems, which can share binaries.
1563012Sdes#
1637535Sdes#CFLAGS+=-DCONSOLE_TTY=\"vga\"
1737535Sdes
1837535Sdes.include <bsd.prog.mk>
1937535Sdes