Reduce differences with root_skels in contrib.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / lib / lua / Makefile
blob5a4e46e389db035de44ad44d3eeaeb6438437465
1 # Make all Lua modules.
2 # $Id: Makefile,v 1.5 2005/04/05 20:53:46 cpressey Exp $
4 SUBDIR= app dfui filename gettext pty
5 TARGETS=all in_cvs clean
7 .for _target in ${TARGETS}
8 ${_target}:
9 @for _subdir in ${SUBDIR}; do \
10 echo "===> $${_subdir}" && \
11 cd ${.CURDIR}$//$${_subdir} && \
12 ${MAKE} ${_target}; \
13 done
14 .endfor