git: 9front

ref: 0a8b50a42d13a1e56a8c8b1e966e1946d07431d8
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
	}