git: 9front

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