minix3/tests/ds/Makefile

15 lines
194 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for DS tests
PROG= dstest subs
SRCS.dstest= dstest.c
SRCS.subs= subs.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
.include "Makefile.inc"
.include <minix.service.mk>