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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
tn3270
/
tools
/
Makefile.inc
blob
b462221a595c0f488911501c0afb5542aa4606e7
1
# $NetBSD: Makefile.inc,v 1.7 2001/12/12 01:48:47 tv Exp $
2
3
NOMAN= # defined
4
5
HOST_CPPFLAGS+=-I${.CURDIR}/../../api
6
KBD= unix.kbd
7
8
.PATH: ${.CURDIR}/../../api
9
10
.if exists(${.CURDIR}/../../../Makefile.inc)
11
.include "${.CURDIR}/../../../Makefile.inc"
12
.endif