# Strip the External version unique code out of
# SRMAM, SRMDAM, SRM_DRV
# and check them back in.
#
# Saves the original in RCS/$name_s,v
#
for name in SRMAM SRMDAM SRM_DRV
do
  cp RCS/$name,v RCS/$name'_s',v
  co -l $name
  /src/paws/bin/mkver <<!
i
$name
temp323
!
  cp temp323 $name
  rm temp323
  newci $name
done
