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
Add ASSERT_NOT_SERIALIZED
[dragonfly.git]
/
usr.bin
/
lesskey
/
Makefile
blob
cf7d13c48e93de29f7bd416c631d0e4c3a06a7aa
1
# $FreeBSD: src/usr.bin/lesskey/Makefile,v 1.2.2.2 2001/04/25 11:29:26 ru Exp $
2
# $DragonFly: src/usr.bin/lesskey/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
3
4
PROG
=
lesskey
5
SRCS
=
lesskey.c version.c
6
CLEANFILES
=
lesskey
.1
7
8
.
include
"${.CURDIR}/../less/Makefile.common"
9
.
include
<
bsd.prog.mk
>