#System V with shareable libraries.  `-s' = strip.  Check which
#libraries your system needs.
make "cswitch=-c -O -DSYS_V" \
   "ldswitch=-s /lib/crt0s.o /lib/shlib.ifile -o zoo" zoo
make "cswitch=-c -O -DSYS_V" \
   "ldswitch=-s /lib/crt0s.o /lib/shlib.ifile -o fiz" fiz
