git: 9front

ref: 8dd0c30b356d5a5afdfea47fb4e4e31020c09d8b
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
	}