git: 9front

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