Fix UTIME_OMIT handling
[dragonfly.git] / usr.sbin / ac / Makefile
blob28f9a71eebdda1fee949532cdc6294045dff43cb
1 # $FreeBSD: head/usr.sbin/ac/Makefile 239910 2012-08-30 16:45:27Z ed $
3 PROG= ac
4 MAN= ac.8
6 # If "CONSOLE_TTY" is not defined, this program is compatible with the
7 # traditional implementation (using SunOS 4.x as the sample traditional
8 # implementation). This is the default.
10 # If "CONSOLE_TTY" is defined, it must be defined to the appropriate
11 # console name, e.g. "vga". Additionally, the various commented-out
12 # sections of the man page should be uncommented. This is not the
13 # default because of the inability to detect the proper console name
14 # easily, especially on m68k systems, which can share binaries.
16 #CFLAGS+=-DCONSOLE_TTY=\"vga\"
18 .include <bsd.prog.mk>