# $NetBSD: Makefile,v 1.3 2013/05/30 23:42:19 mrg Exp $ .include PROG= xmodmap SRCS= xmodmap.c pf.c handle.c exec.c CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include LDADD+= -lX11 DPADD+= ${LIBX11} .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man COPTS.handle.c+=-Wno-error # uses XKeycodeToKeysym COPTS.exec.c+= -Wno-error # uses XKeycodeToKeysym .include .include