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