cb76c4420f
PR: 52456 Suggested by: David Yeske <dyeske@yahoo.com>
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIRS= src/share src/plugin_common src/plugin_xmms
|
|
|
|
all install:
|
|
@for d in ${SUBDIRS}; do \
|
|
(cd $$d; ${MAKE} $@); \
|
|
done
|