bsd.lib.mk (8fd9852b570cacff81e4ceac7bc2554ad5e364a4) bsd.lib.mk (88505e11bca0e48191eb42e09bef01a88206bed5)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD$
3#
4
5.if !target(__initialized__)
6__initialized__:
7.if exists(${.CURDIR}/../Makefile.inc)
8.include "${.CURDIR}/../Makefile.inc"

--- 376 unchanged lines hidden (view full) ---

385.endif
386.if !target(maninstall)
387maninstall:
388.endif
389.endif
390
391.include <bsd.dep.mk>
392
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD$
3#
4
5.if !target(__initialized__)
6__initialized__:
7.if exists(${.CURDIR}/../Makefile.inc)
8.include "${.CURDIR}/../Makefile.inc"

--- 376 unchanged lines hidden (view full) ---

385.endif
386.if !target(maninstall)
387maninstall:
388.endif
389.endif
390
391.include <bsd.dep.mk>
392
393.if !exists(${DEPENDFILE})
393.if !exists(${.OBJDIR}/${DEPENDFILE})
394${OBJS} ${STATICOBJS} ${POBJS} ${SOBJS}: ${SRCS:M*.h}
395.endif
396
397.include <bsd.obj.mk>
398
399.include <bsd.sys.mk>
394${OBJS} ${STATICOBJS} ${POBJS} ${SOBJS}: ${SRCS:M*.h}
395.endif
396
397.include <bsd.obj.mk>
398
399.include <bsd.sys.mk>