git: 9front

ref: 6ca3acb55e24e85c5998cbc2bb02fa2eef1233d7
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
	}