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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
fstobdf
/
Makefile
blob
6d81aad73073238c338e55c2b3ee200262501b16
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:04 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fstobdf
6
SRCS
=
chars.c fstobdf.c header.c props.c
7
8
LDADD
+= -
lFS
-
lXext
-
lX11
9
DPADD
+= ${
LIBFS
} ${
LIBXEXT
} ${
LIBX11
}
10
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>