acpi: Select proper one shot timer based on CPUs' C3 state.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / lib / Makefile
1 # Make all libraries.
2 # $Id: Makefile,v 1.10 2005/04/05 20:53:46 cpressey Exp $
3
4 SUBDIR= libaura libdfui libinstaller lua
5 TARGETS=all in_cvs clean
6
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