config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

subdirs.make (140B)


      1 # Make sub-directories
      2 
      3 .include "commands.make"
      4 
      5 ${commands}:
      6 .for subdir in ${subdirs}
      7 	make -C ${subdir} $@
      8 .endfor
      9 
     10 .PHONY: ${commands}