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
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libedit
/
readline
/
Makefile
blob
3d5111fe3bf2f226eb5bf94d173d4c4fa7c8da81
1
# $NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp $
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
NETBSDSRCDIR
}/
lib
/
libedit
8
9
INCS
=
readline.h
10
INCSDIR
= /
usr
/
include
/
readline
11
INCSYMLINKS
=
readline.h
${
INCSDIR
}/
history.h
12
13
.
include
<
bsd.prog.mk
>