Remove building with NOCRYPTO option
[minix3.git] / minix / servers / input / Makefile
blob02b38de01443b158e844f8b04fcabe4582d17c73
1 # Makefile for the input server
3 PROG= input
4 SRCS= input.c
6 DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
7 LDADD+= -lchardriver -lsys
9 .include <minix.service.mk>