8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.bin / pppstats / Makefile
blob73abc7399af2b44f717438d08875c624abd49d6d
2 #ident "%Z%%M% %I% %E% SMI"
4 # Copyright (c) 2000-2001 by Sun Microsystems, Inc.
5 # All rights reserved.
7 # cmd/cmd-inet/usr.bin/pppstats/Makefile
10 PROG= pppstats
11 OBJS= pppstats.o
12 SRCS= $(OBJS:%.o=%.c)
14 include ../../../Makefile.cmd
16 PPPFLAGS += -DSTREAMS -DINTERNAL_BUILD -DSOL2
17 CPPFLAGS += $(PPPFLAGS)
19 .KEEP_STATE:
21 .PARALLEL: $(OBJS)
23 all: $(PROG)
25 $(PROG): $(OBJS)
26 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
27 $(POST_PROCESS)
29 install: all $(ROOTPROG)
31 clean:
32 $(RM) $(OBJS)
34 lint: lint_SRCS
36 include ../../../Makefile.targ