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]
/
x11
/
lib
/
Xmuu
/
Makefile
blob
364ce7b5ab097a5da18b3fd0b09ab9695b7f127f
1
# $NetBSD: Makefile,v 1.6 2004/08/05 01:28:48 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
Xmuu
6
.PATH
: ${
X11SRCDIR.xc
}/
lib
/
Xmu
7
8
SRCS
=
ClientWin.c CursorName.c DefErrMsg.c GetHost.c Lower.c
9
10
CPPFLAGS
+=-
DHAS_SNPRINTF
11
12
LIBDPLIBS
=
\
13
X11
${
.CURDIR
}/
..
/
X11
/
dynamic
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.lib.mk
>