repo.or.cz
/
dfdiff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added -y/--side-by-side option
[dfdiff.git]
/
share
/
examples
/
libvgl
/
Makefile
blob
a1c17fff4a5c8f1ac140de17476efcc5fe997ffd
1
# $FreeBSD: src/share/examples/libvgl/Makefile,v 1.2 1999/12/14 08:47:59 billf Exp $
2
# $DragonFly: src/share/examples/libvgl/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4
PROG
=
demo
5
NOMAN
=
yes
6
LDADD
= -
lvgl
7
8
.
include
<
bsd.prog.mk
>