Module Name: src Committed By: hans Date: Sun Mar 7 19:10:10 UTC 2010
Modified Files: src/tools/zic: Makefile Log Message: Fix build on Solaris. "seems reasonable" by joerg. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/zic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/zic/Makefile diff -u src/tools/zic/Makefile:1.4 src/tools/zic/Makefile:1.5 --- src/tools/zic/Makefile:1.4 Sat Jan 2 10:42:49 2010 +++ src/tools/zic/Makefile Sun Mar 7 19:10:10 2010 @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2010/01/02 10:42:49 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/07 19:10:10 hans Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}zic HOST_SRCDIR= usr.sbin/zic +.if !empty(HOST_OSTYPE:MSunOS-5.11-*) +HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS +.endif + .include "${.CURDIR}/../Makefile.host"