5f6559a29b
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
19 lines
359 B
Makefile
19 lines
359 B
Makefile
# $Id$
|
|
|
|
.if exists(${.OBJDIR}/../../include)
|
|
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
|
.else
|
|
INCLUDEOBJDIR= ${.CURDIR}/../include
|
|
.endif
|
|
|
|
depend lint tags:
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
#${INCLUDEOBJDIR}/protos.h: ${KRB4DIR}/include/protos.H
|
|
# cd ${INCLUDEOBJDIR} ; ln -sf ${.ALLSRC} ${.TARGET}
|
|
|
|
#all: ${INCLUDEOBJDIR}/protos.h
|
|
|
|
#CLEANFILES= ${INCLUDEOBJDIR}/protos.h
|