Cross Reference: Makefile.top
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
cmd-inet
/
usr.bin
/
pppdump
/
Makefile.top
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
N/A
#
1
N/A
#pragma ident "%Z%%M% %I% %E% SMI"
1
N/A
#
1
N/A
# Copyright (c) 2000 by Sun Microsystems, Inc.
1
N/A
# All rights reserved.
1
N/A
1
N/A
DIRS= pppdump plugins
1
N/A
1
N/A
all: $(DIRS)
1
N/A
install: $(DIRS)
1
N/A
clean: $(DIRS)
1
N/A
clobber: $(DIRS)
1
N/A
1
N/A
all:= TARGET=all
1
N/A
install:= TARGET=install
1
N/A
clean:= TARGET=clean
1
N/A
clobber:= TARGET=clobber
1
N/A
1
N/A
$(DIRS): FORCE
1
N/A
@cd $@ && make $(TARGET)
1
N/A
1
N/A
FORCE: