git: 9front

ref: 150ee7fe6eea076c1c5daac8d7d2e5f63d8ffd2c
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
	}