git: 9front

ref: 5f0cff613ccb73bb9b5f33f7437d8f4d572d0fca
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
	}