mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
|