libDtTerm: fixes to build in autotools branch for freebsd

This commit is contained in:
Jon Trulson
2021-06-01 18:23:46 -06:00
parent 487305f7cf
commit 248c75515e
+4
View File
@@ -13,6 +13,10 @@ if OPENBSD
libDtTerm_la_LIBADD += -lutil
endif
if FREEBSD
libDtTerm_la_LIBADD += -lutil
endif
if SOLARIS
libDtTerm_la_LIBADD += -ldl -lgen
endif