pg: Add missing dummy stack frames for mcount for x86_64.
[dragonfly.git] / usr.sbin / ac / Makefile
blob9a5e35cfb039e3424391e84ee06105273894837e
1 # $FreeBSD: src/usr.sbin/ac/Makefile,v 1.4.2.1 2001/04/25 12:09:11 ru Exp $
2 # $DragonFly: src/usr.sbin/ac/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
4 PROG= ac
5 MAN= ac.8
6 WARNS?= 3
8 # If "CONSOLE_TTY" is not defined, this program is compatible with the
9 # traditional implementation (using SunOS 4.x as the sample traditional
10 # implementation). This is the default.
12 # If "CONSOLE_TTY" is defined, it must be defined to the appropriate
13 # console name, e.g. "vga". Additionally, the various commented-out
14 # sections of the man page should be uncommented. This is not the
15 # default because of the inability to detect the proper console name
16 # easily, especially on m68k systems, which can share binaries.
18 #CFLAGS+=-DCONSOLE_TTY=\"vga\"
20 .include <bsd.prog.mk>