Drop main() prototype. Syncs with NetBSD-8
[minix.git] / tools / zic / Makefile
blob5927879a035f41d91e8e85c70db085b285273c41
1 # $NetBSD: Makefile,v 1.6 2011/03/03 14:53:01 nakayama Exp $
3 HOSTPROGNAME= ${_TOOL_PREFIX}zic
4 HOST_SRCDIR= usr.sbin/zic
6 .if !empty(HOST_OSTYPE:MSunOS-5.1[01]-*)
7 HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS
8 .endif
10 .include "${.CURDIR}/../Makefile.host"