Add ftp.c to makefile - that might make it work better. Sheesh!

This commit is contained in:
Jordan K. Hubbard 1995-07-31 01:26:58 +00:00
parent bf8f091b44
commit 103ccee575
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
LIB= install
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c
SRCS= file.c ftp.c msg.c plist.c str.c exec.c global.c pen.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes