shithub: unionfs

ref: cf447416850fce90b28842ba228b611e44996cf5
dir: unionfs/mkfile

View raw version
</$objtype/mkfile

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

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

</sys/src/cmd/mkone

install:V: man

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