]> git.saurik.com Git - apple/network_cmds.git/blobdiff - telnetd.tproj/Makefile
network_cmds-176.4.1.tar.gz
[apple/network_cmds.git] / telnetd.tproj / Makefile
index 63a671f6e2f29d8c8174902eab269430bdd22a43..15956b4c6afb9c4f0a19a41a1b534d04b1230e79 100644 (file)
@@ -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)