Misc fixes from projects/bmake

Differential Revision:       D2748
Reviewed by: brooks imp
This commit is contained in:
Simon J. Gerraty
2015-06-11 21:13:05 +00:00
parent ab21b9ab84
commit bd831db65c
9 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ ETSRCS= \
.for ET in ${ETSRCS}
.for _ET in ${ET:T:R}
.if ${SRCS:M${_ET}.[ch]} != ""
.ORDER: ${_ET}.c ${_ET}.h
.ORDER: ${_ET}.h ${_ET}.c
${_ET}.c ${_ET}.h: ${ET}
compile_et ${.ALLSRC}
CLEANFILES+= ${_ET}.h ${_ET}.c
+2 -1
View File
@@ -10,7 +10,8 @@ SRCS= \
CFLAGS+= -I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/base \
-I${KRB5DIR}/lib/ipc
-I${KRB5DIR}/lib/ipc \
-I${KRB5DIR}/include
.include <bsd.lib.mk>