aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ac/Makefile
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2004-03-08 20:01:34 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2004-03-08 20:01:34 +0000
commitc38a8579696830adacaa8e9842a4d445b458cb24 (patch)
tree6d3ddf0ebba8c3c53f5f2e8a92ec393f9e923b9d /usr.sbin/ac/Makefile
parentb5a06c256e89c608526e96a2f6adbf56f1873813 (diff)
downloadsrc-c38a8579696830adacaa8e9842a4d445b458cb24.tar.gz
src-c38a8579696830adacaa8e9842a4d445b458cb24.zip
Compile 'ac' with DEBUG when arch==sparc64.
Notes
Notes: svn path=/head/; revision=126751
Diffstat (limited to 'usr.sbin/ac/Makefile')
-rw-r--r--usr.sbin/ac/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile
index 0960c2f95ce6..c45a0d69ff42 100644
--- a/usr.sbin/ac/Makefile
+++ b/usr.sbin/ac/Makefile
@@ -5,6 +5,11 @@ 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.