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
/
bin
/
xfwp
/
Makefile
blob
547bf4d306f2c7aa50eb2141437b051a0b4519d2
1
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:07 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xfwp
6
SRCS
=
xfwp.c misc.c pm.c transport.c io.c
7
8
CPPFLAGS.transport.c
= -
DBSD44SOCKETS
9
10
LDADD
+= -
lICE
11
DPADD
+= ${
LIBICE
}
12
13
.PATH
: ${
X11SRCDIR.xc
}/
programs
/${
PROG
}
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>