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
/
lessecho
/
Makefile
blob
5e63d437d1252b2c9ffa880d61671a04eb59f404
1
# $NetBSD: Makefile,v 1.3 2002/09/18 14:00:38 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
lessecho
6
SRCS
=
lessecho.c version.c
7
CPPFLAGS
+=-
I
${
.CURDIR
}/
..
/
less
8
.PATH
: ${
.CURDIR
}/
..
/
less
9
10
.
include
<
bsd.prog.mk
>