use glob in libc instead of local version
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 4 Apr 1994 00:25:02 +0000 (16:25 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Mon, 4 Apr 1994 00:25:02 +0000 (16:25 -0800)
SCCS-vsn: usr.bin/ftp/Makefile 8.2
SCCS-vsn: usr.bin/ftp/cmds.c 8.4

usr/src/usr.bin/ftp/Makefile
usr/src/usr.bin/ftp/cmds.c

index c2959d7..ea589f7 100644 (file)
@@ -1,6 +1,6 @@
-#      @(#)Makefile    8.1 (Berkeley) %G%
+#      @(#)Makefile    8.2 (Berkeley) %G%
 
 PROG=  ftp
 
 PROG=  ftp
-SRCS=  cmds.c cmdtab.c ftp.c glob.c main.c ruserpass.c domacro.c
+SRCS=  cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>
index 5b0ae7e..1bc3bbc 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmds.c     8.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmds.c     8.4 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*