Makefile.src
267 Bytes
#!smake
#
# Makefile for the scheduler subdirectory
#
include $(ROOT)/usr/include/make/PRdefs
LCOPTS = -mips2 -non_shared -fullwarn -G 0
LCINCS = -I. -I$(ROOT)/usr/include/PR -I$(ROOT)/usr/include
CFILES = \
sched.c
include $(COMMONRULES)
default: $(OBJECTS)