1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-26 22:12:27 +00:00
|
|
|
|
|
|
|
PROG= ac
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= ac.8
|
1994-09-26 22:12:27 +00:00
|
|
|
|
2002-07-11 22:18:26 +00:00
|
|
|
WARNS?= 4
|
2001-07-20 06:20:32 +00:00
|
|
|
|
2004-03-08 20:01:34 +00:00
|
|
|
# Temporary, while tracking down problem wrt 64-bit time_t's on sparc64
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
|
|
CFLAGS+=-DDEBUG
|
|
|
|
.endif
|
|
|
|
|
1994-09-26 22:12:27 +00:00
|
|
|
# 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>
|