Makefile.top revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
DIRS= pppdump plugins
all: $(DIRS)
install: $(DIRS)
clean: $(DIRS)
clobber: $(DIRS)
all:= TARGET=all
install:= TARGET=install
clean:= TARGET=clean
clobber:= TARGET=clobber
$(DIRS): FORCE
@cd $@ && make $(TARGET)
FORCE: