# @(#) mksysvsh 2.1 87/12/25 12:23:19
#This script first calls `mksysvsh' to build zoo and fiz without
#the shared libraries.  Then it deletes zoo and fiz and reloads
#them with the shared libraries.
sh mksysv
/bin/rm -f zoo fiz
make CC=ld ldswitch="/lib/crt0s.o /lib/shlib.ifile -o zoo" zoo
make CC=ld ldswitch="/lib/crt0s.o /lib/shlib.ifile -o fiz" fiz