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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.bin
/
lesskey
/
Makefile
blob
b78540541a6e0b14c6d17fd36ce4f0072a6f2d5e
1
# $FreeBSD: src/usr.bin/lesskey/Makefile,v 1.2.2.2 2001/04/25 11:29:26 ru Exp $
2
3
PROG
=
lesskey
4
SRCS
=
lesskey.c lesskey_parse.c version.c xbuf.c
5
CLEANFILES
=
lesskey
.1
6
WARNS?
=
2
7
8
.
include
"${.CURDIR}/../less/Makefile.common"
9
.
include
<
bsd.prog.mk
>