Complete the fix in revision 1.13 -- don't even depend on termcap(5)
database to be present. PR: misc/31225
This commit is contained in:
parent
33c9ea54a8
commit
4fe1803aaa
@ -12,7 +12,7 @@ FILESDIR= ${BINDIR}/misc
|
||||
CLEANFILES+= termcap termcap.db
|
||||
|
||||
termcap: reorder termcap.src
|
||||
TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder
|
||||
TERM=dumb TERMCAP=dumb: ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder
|
||||
|
||||
termcap.db: termcap
|
||||
cap_mkdb termcap
|
||||
|
Loading…
Reference in New Issue
Block a user