Add dependency for -lcompat.

This commit is contained in:
Bruce Evans 1994-09-20 05:17:50 +00:00
parent 2b3d0249bd
commit f44ca047d4
2 changed files with 6 additions and 2 deletions

View File

@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc
DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a
.endif
LDADD+= -lcompat
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}
.include <bsd.prog.mk>

View File

@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc
DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a
.endif
LDADD+= -lcompat
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}
.include <bsd.prog.mk>