Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / kerberosIV / include / Makefile
1 # $FreeBSD: src/kerberosIV/include/Makefile,v 1.3 1999/09/19 22:00:51 markm Exp $
2 # $DragonFly: src/kerberosIV/include/Attic/Makefile,v 1.2 2003/06/17 04:26:25 dillon Exp $
3
4 .if exists(${.OBJDIR}/../../include)
5 INCLUDEOBJDIR=  ${.OBJDIR}/../include
6 .else
7 INCLUDEOBJDIR=  ${.CURDIR}/../include
8 .endif
9
10 depend lint tags:
11
12 .include <bsd.prog.mk>