shithub: front

ref: 84c995e12e87e8d0ffe2855fee147d86c05e8023
dir: /sys/src/cmd/upas/binscripts/mkfile/

View raw version
</$objtype/mkfile

RCFILES=\
	isspam\
	msgcat\
	spam\
	tfmt\
	unspam\

all:Q:
	;

installall:Q:	install
	;

install:V: ${RCFILES:%=$BIN/%}

safeinstall:V: install

safeinstallall:V: install

clean:Q:
	;
nuke:V:
	rm -f $BIN/^($RCFILES)

$BIN/%: %.rc
	cp $stem.rc $BIN/$stem

test:VQ:
	# nothing

<../mkupas