git: 9front

ref: 3c3e684c9979d80ad45f83ea8fdec9d4a07b75d5
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
	}