repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
bin
/
xfwp
/
Makefile
blob
e2849f09e24bc4262cf420cc1ec54d15944be45e
1
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg 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.
${
PROG
}}
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>