shithub: unionfs

ref: ce768a70c40c96c6e6dbd1018306a122a4eeec43
dir: /mkfile/

View raw version
</$objtype/mkfile

BIN=/$objtype/bin
MAN=/sys/man/4
TARG=unionfs

HFILES=\
	unionfs.h
OFILES=\
	util.$O\
	qmap.$O\
	unionfs.$O

</sys/src/cmd/mkone

install:V: man

uninstall:V:
	rm -f $BIN/$TARG
	rm -f $MAN/$TARG