git: 9front

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