Fix build on Solaris. "seems reasonable" by joerg.
This commit is contained in:
parent
6ee30969d0
commit
ee93caba9c
|
@ -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
|
HOSTPROGNAME= ${_TOOL_PREFIX}zic
|
||||||
HOST_SRCDIR= usr.sbin/zic
|
HOST_SRCDIR= usr.sbin/zic
|
||||||
|
|
||||||
|
.if !empty(HOST_OSTYPE:MSunOS-5.11-*)
|
||||||
|
HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS
|
||||||
|
.endif
|
||||||
|
|
||||||
.include "${.CURDIR}/../Makefile.host"
|
.include "${.CURDIR}/../Makefile.host"
|
||||||
|
|
Loading…
Reference in New Issue