X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..d5fe66bd4c9ef1a4f8b498bf03dee22c15508571:/telnetd.tproj/Makefile diff --git a/telnetd.tproj/Makefile b/telnetd.tproj/Makefile index 63a671f..15956b4 100644 --- a/telnetd.tproj/Makefile +++ b/telnetd.tproj/Makefile @@ -14,8 +14,8 @@ PROJECT_TYPE = Tool HFILES = defs.h ext.h pathnames.h telnetd.h -CFILES = authenc.c global.c slc.c state.c sys_term.c telnetd.c\ - termstat.c utility.c +CFILES = global.c slc.c state.c sys_term.c telnetd.c\ + termstat.c utility.c vasprintf.c strlcpy.c OTHERSRCS = Makefile.preamble Makefile Makefile.postamble telnetd.8 @@ -26,7 +26,7 @@ MAKEFILE = tool.make NEXTSTEP_INSTALLDIR = /usr/libexec WINDOWS_INSTALLDIR = /usr/libexec PDO_UNIX_INSTALLDIR = /usr/libexec -LIBS = +LIBS = -lcurses DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS)