xref: /titanic_41/usr/src/cmd/zic/Makefile.common (revision 2386db6850f3faeca05a34f5928b3eff8a4a87c6)
1*2386db68SMarcel Telka#
2*2386db68SMarcel Telka# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3*2386db68SMarcel Telka# Use is subject to license terms.
4*2386db68SMarcel Telka#
5*2386db68SMarcel Telka
6*2386db68SMarcel TelkaPROG=		zic
7*2386db68SMarcel Telka
8*2386db68SMarcel TelkaOBJS=		ialloc.o \
9*2386db68SMarcel Telka		scheck.o \
10*2386db68SMarcel Telka		zic.o
11*2386db68SMarcel TelkaSRCS=		$(OBJS:%.o=%.c)
12*2386db68SMarcel Telka
13*2386db68SMarcel TelkaCERRWARN +=	-_gcc=-Wno-unused-variable
14*2386db68SMarcel TelkaCERRWARN +=	-_gcc=-Wno-uninitialized
15