Fix build on Solaris. "seems reasonable" by joerg.

This commit is contained in:
hans 2010-03-07 19:10:10 +00:00
parent 6ee30969d0
commit ee93caba9c
1 changed files with 5 additions and 1 deletions

View File

@ -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"