blob: 244f894c7ec7f22e036283d7811902ba5237ea73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Imakefile.orig 2024-02-02 17:45:34 UTC
+++ Imakefile
@@ -23,6 +23,7 @@ XCOMM $Id: Imakefile,v 6.3 1996/07/12 05:01:03 kagotan
PUCCPTYDDEF = -DPUCC_PTYD /* does not need to be setuid */
PTYLIB = -lpucc
#endif
+ PTYLIB += -lutil
OSMAJORVERSION = OSMajorVersion
OSMINORVERSION = OSMinorVersion
|