git: 9front

ref: fcfd1b0c4b49a34ebe2d3629ebdfcc95764f7dea
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
	}