git: 9front

ref: 37099cb0ea7a03213e7cc31cf45bbb6ab0ce8d3d
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
	}