repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
xmodmap
/
Makefile
blob
ac21bc7c46b710ffd784a27215b5369ff80e5af3
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:33 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xmodmap
6
SRCS
=
xmodmap.c pf.c handle.c exec.c
7
8
CPPFLAGS
+= -
I
${
X11SRCDIR.
${
PROG
}}/
..
/
include
9
10
LDADD
+= -
lX11
11
DPADD
+= ${
LIBX11
}
12
13
.PATH
: ${
X11SRCDIR.
${
PROG
}}
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>