# Copyright (c)1994-2000 Begemot Computer Associates. All rights reserved. # See the file COPYRIGHT for details of redistribution and use. SRC = sparent.c schild.c cfmakeraw.c catchsig.c OBJ = $(SRC:.c=.o) CLEAN = libutil.a all: libutil.a libutil.a: $(OBJ) @rm -f libutil.a ar rcv libutil.a $(OBJ) ranlib libutil.a install: