freebsd-dev/usr.sbin/ac/Makefile
1994-09-26 22:12:27 +00:00

19 lines
660 B
Makefile

# $Id: Makefile,v 1.1.1.1 1994/05/18 08:00:44 csgr Exp $
PROG= ac
MAN8= ac.8
# If "CONSOLE_TTY" is not defined, this program is compatible with the
# traditional implementation (using SunOS 4.x as the sample traditional
# implementation). This is the default.
#
# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
# console name, e.g. "vga". Additionally, the various commented-out
# sections of the man page should be uncommented. This is not the
# default because of the inability to detect the proper console name
# easily, especially on m68k systems, which can share binaries.
#
#CFLAGS+=-DCONSOLE_TTY=\"vga\"
.include <bsd.prog.mk>