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