projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch READLINE:
[dragonfly.git]
/
kerberos5
/
include
/
Makefile
1
# $Id$
2
3
.if exists(${.OBJDIR}/../../include)
4
INCLUDEOBJDIR= ${.OBJDIR}/../include
5
.else
6
INCLUDEOBJDIR= ${.CURDIR}/../include
7
.endif
8
9
depend lint tags:
10
11
.include <bsd.prog.mk>