mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
-ltermcap is required due to -lreadline else you get missing functions
like 'tputs()' et al...
This commit is contained in:
parent
e493d28abc
commit
6d9a59f558
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35572
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.8 1998/04/30 08:14:04 ache Exp $
|
||||
# $Id: Makefile,v 1.9 1998/04/30 15:59:49 ache Exp $
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
@ -30,6 +30,6 @@ scan.o: bc.h
|
||||
CLEANFILES+= ${GENSRCS} y.tab.h bc.h
|
||||
|
||||
DPADD+= ${LIBREADLINE}
|
||||
LDADD+= -lreadline
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user