Add -lcompat to LDADD for insque/remque (they treated as part of library)

This commit is contained in:
Andrey A. Chernov 1994-11-24 21:02:00 +00:00
parent d3be45ac2d
commit 3cab153245

View File

@ -10,7 +10,7 @@ LIB= g++
NOMAN= noman
CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include
CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include -nostdinc++
LDADD+= -lcurses
LDADD+= -lcurses -lcompat
.PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ ${.CURDIR}/librx
beforeinstall: