Current Path : /usr/src/usr.sbin/ac/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/ac/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/ac/Makefile 211725 2010-08-23 22:24:11Z imp $ PROG= ac MAN= ac.8 # Temporary, while tracking down problem wrt 64-bit time_t's on sparc64 .if ${MACHINE_CPUARCH} == "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>