git: 9front

ref: 2c2f1124dd4d140a3e25c08e7c57cd19fa24f4ee
dir: /sys/src/ape/lib/openssl/mkfile/

View raw version
DIRS=ssl crypto apps

default:V:	all

all clean nuke install installall:V:
	for (i in $DIRS) @{
		cd $i
		mk $target
	}