##### Extensible and reusable makefile by John Goerzen <jgoerzen@complete.org>
##### For Sun make
# See comments in Makefile.common

# $Id: Makefile,v 1.2 1997/09/28 16:27:37 jgoerzen Exp $

# For Sun's make
SRCS:sh = ls *.c
OBJS= $(SRCS:%.c=%.o)

include Makefile.common
