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