minix/servers/ds/Makefile

14 lines
175 B
Makefile
Raw Normal View History

2005-10-20 22:29:52 +02:00
# Makefile for Data Store Server (DS)
PROG= ds
SRCS= main.c store.c
2005-10-20 22:29:52 +02:00
DPADD+= ${LIBSYS}
LDADD+= -lsys
2005-10-20 22:29:52 +02:00
MAN=
2005-10-20 22:29:52 +02:00
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 16k
2005-10-20 22:29:52 +02:00
.include <minix.prog.mk>