# $Id: GNUmakefile,v 1.1 1992/04/28 14:34:19 steve Exp $

OS		:= sunos_4.0.3
csrcs		:= signal.c time.c string.c
hsrcs		:= limits.h signal.h stdarg.h stddef.h stdio.h \
		    stdlib.h string.h time.h udposix.h patchlevel.h \
		    sys/stat.h sys/types.h
MANIFEST	:= sys/ $(csrcs) $(hsrcs)
CPPFLAGS	:= -I.

THIS_DIR	:= ../
include $(THIS_DIR)GNUmakemaster
