config

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

module.make (135B)


      1 # Module targets
      2 
      3 .include "commands.make"
      4 
      5 ${commands}:
      6 	${lib}/modsync $@ ${flags} ${userflags} ${dest} ${mods}
      7 
      8 .PHONY: ${commands}