aboutsummaryrefslogtreecommitdiff
path: root/src/mksyslib
blob: fab443d31a80d1ae6b8a56272f656f5dfb50580c (plain)
1
2
3
4
5
6
7
8
9
10
11
default:V:	$PLAN9/lib/$LIB

$PLAN9/lib/$LIB:V:	$OFILES			# force archive even when not needed
	$AR rvc $PLAN9/lib/$LIB $newprereq

&:n:	&.$O
	$AR rvc $PLAN9/lib/$LIB $stem.$O

all install:V: $PLAN9/lib/$LIB

<$PLAN9/src/mkcommon