# Makefile for Data Store Server (DS) PROG= ds SRCS= main.c store.c DPADD+= ${LIBSYS} LDADD+= -lsys .include