# Makefile for Scheduler (SCHED) PROG= sched SRCS= main.c schedule.c utility.c DPADD+= ${LIBSYS} LDADD+= -lsys .include