freebsd-ports/audio/xmms-flac/files/Makefile
Christian Weisgerber cb76c4420f Spin off the XMMS FLAC plugin into its proper port.
PR:		52456
Suggested by:	David Yeske <dyeske@yahoo.com>
2003-06-10 15:43:13 +00:00

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