1*433d6423SLionel Sambuc# Makefile for libinputdriver 2*433d6423SLionel Sambuc.include <bsd.own.mk> 3*433d6423SLionel SambucCPPFLAGS+= -D_MINIX_SYSTEM 4*433d6423SLionel Sambuc 5*433d6423SLionel SambucLIB= inputdriver 6*433d6423SLionel Sambuc 7*433d6423SLionel SambucSRCS= inputdriver.c 8*433d6423SLionel Sambuc 9*433d6423SLionel Sambuc.include <bsd.lib.mk> 10