#
#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: