Add dependency for -lcompat.

This commit is contained in:
Bruce Evans 1994-09-20 05:17:50 +00:00
parent 2b3d0249bd
commit f44ca047d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2919
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>