repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: restore stacktrace on SIGSEGV
[minix.git]
/
commands
/
less
/
lesskey
/
Makefile
blob
079e2b15175e764eb9fd264479ab2e92e6352fef
1
# $NetBSD: Makefile,v 1.5 1997/10/24 09:00:39 lukem Exp $
2
3
PROG
=
lesskey
4
SRCS
=
lesskey.c version.c
5
CPPFLAGS
+=-
I
${
.CURDIR
}/
..
/
less
6
7
.PATH
: ${
.CURDIR
}/
..
/
less
8
9
.
include
<
bsd.prog.mk
>