summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac/Makefile
blob: c45a0d69ff42fe4b5ec7dc8b34ecd01678acf6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PROG=	ac
MAN=	ac.8

WARNS?=	4

# Temporary, while tracking down problem wrt 64-bit time_t's on sparc64
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS+=-DDEBUG
.endif

# 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>
OpenPOWER on IntegriCloud