summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-07-31 01:26:58 +0000
committerjkh <jkh@FreeBSD.org>1995-07-31 01:26:58 +0000
commita33d87a3201bc79b82e931908a5c3df42f7a1961 (patch)
tree9129616ea5d772619c65e0be0ff13982fd5e87df
parent84ae61be1ae51312901aaf3ecf5a75f76c446870 (diff)
downloadFreeBSD-src-a33d87a3201bc79b82e931908a5c3df42f7a1961.zip
FreeBSD-src-a33d87a3201bc79b82e931908a5c3df42f7a1961.tar.gz
Add ftp.c to makefile - that might make it work better. Sheesh!
-rw-r--r--usr.sbin/pkg_install/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 3876b10..223a33d 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -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
OpenPOWER on IntegriCloud