repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Fix bogus compiler warning
[dragonfly.git]
/
usr.bin
/
lessecho
/
Makefile
blob
2ad41369088ade435fd62841bf483e45c29a9136
1
# $FreeBSD: src/usr.bin/lessecho/Makefile,v 1.2.2.1 2000/06/30 01:03:15 ps Exp $
2
# $DragonFly: src/usr.bin/lessecho/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
3
4
PROG
=
lessecho
5
SRCS
=
lessecho.c version.c
6
NOMAN
=
7
8
.
include
"${.CURDIR}/../less/Makefile.common"
9
.
include
<
bsd.prog.mk
>