summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-05-24 11:19:11 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-05-24 11:19:11 +0000
commit50dca2ce42c02340a5499e4c514d10775dc1a2f9 (patch)
treebbf3e2f073e839c469f7c39b03ece7724ce8e6d0 /usr.sbin/sysinstall/Makefile
parent4f1713431729b21fea46062a8e124fd15ef17498 (diff)
downloadFreeBSD-src-50dca2ce42c02340a5499e4c514d10775dc1a2f9.zip
FreeBSD-src-50dca2ce42c02340a5499e4c514d10775dc1a2f9.tar.gz
Makefile:
Add testftp: target ftp.c: add more debugging output and fix a few more problems media_strategy: make the ftp system actually do something resembling common sense. it now works after a fashion, although it soon falls over for some reason.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 3f5c46d..86b422d 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -91,5 +91,8 @@ makedevs.c: dev2c.sh Makefile rtermcap
rtermcap: ${.CURDIR}/rtermcap.c
${CC} -o rtermcap ${.CURDIR}/rtermcap.c -ltermcap
+testftp: ftp.c
+ cc -o testftp -I../libdisk -DSTANDALONE_FTP ftp.c
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud