Makefile revision 21673
10Sduke#	$FreeBSD: head/usr.sbin/ac/Makefile 21673 1997-01-14 07:20:47Z jkh $
22362Sohair
30SdukePROG=	ac
40SdukeMAN8=	ac.8
50Sduke
60Sduke# If "CONSOLE_TTY" is not defined, this program is compatible with the
70Sduke# traditional implementation (using SunOS 4.x as the sample traditional
80Sduke# implementation).  This is the default.
90Sduke#
100Sduke# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
110Sduke# console name, e.g. "vga".  Additionally, the various commented-out
120Sduke# sections of the man page should be uncommented.  This is not the
130Sduke# default because of the inability to detect the proper console name
140Sduke# easily, especially on m68k systems, which can share binaries.
150Sduke#
160Sduke#CFLAGS+=-DCONSOLE_TTY=\"vga\"
170Sduke
180Sduke.include <bsd.prog.mk>
192362Sohair