8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / tools / zic / Makefile
blobd86e88112cb1ae966b9b02c604a5676fd9ae75a9
2 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
6 CMDDIR= $(SRC)/cmd/zic
8 include $(SRC)/tools/Makefile.tools
9 include $(CMDDIR)/Makefile.common
11 CPPFLAGS += -I$(CMDDIR)
13 .KEEP_STATE:
15 all: $(PROG)
17 $(PROG): $(OBJS)
18 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
19 $(POST_PROCESS)
21 %.o: $(CMDDIR)/%.c
22 $(COMPILE.c) -o $@ $<
24 install: all $(ROOTONBLDMACHPROG)
26 clean:
27 $(RM) $(PROG) $(OBJS)
29 include $(SRC)/tools/Makefile.targ