merge xmodmap 1.0.8.

This commit is contained in:
mrg 2014-03-17 10:11:27 +00:00
parent 2c8e080f88
commit 390760f74f
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.3 2013/05/30 23:42:19 mrg Exp $ # $NetBSD: Makefile,v 1.4 2014/03/17 10:11:27 mrg Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
PROG= xmodmap PROG= xmodmap
SRCS= xmodmap.c pf.c handle.c exec.c SRCS= xmodmap.c pf.c handle.c exec.c
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
LDADD+= -lX11 LDADD+= -lX11
DPADD+= ${LIBX11} DPADD+= ${LIBX11}