git: 9front

ref: 00684f27057a4f1fe6c57fd0e08bf6a542e8ccf3
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
	}