git: 9front

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