minix3/servers/input/Makefile

11 lines
152 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the input server
PROG= input
SRCS= input.c
DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
LDADD+= -lchardriver -lsys
.include <minix.service.mk>