repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
less
/
lesskey
/
Makefile
blob
223bdccf33570d0fd7a339db778473f44d264e95
1
# $NetBSD: Makefile,v 1.4 1997/10/19 03:52:31 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
>