summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-11-20 23:32:26 +0000
committertedu <tedu@openbsd.org>2003-11-20 23:32:26 +0000
commitceb459c749f11453f83dc3bc3fd108a1e40f3aaf (patch)
tree7857d61e771247d12a6af91b0dfed68e4a8cd652
parentremove -Werror from userland builds, to give us a chance to (diff)
downloadwireguard-openbsd-ceb459c749f11453f83dc3bc3fd108a1e40f3aaf.tar.xz
wireguard-openbsd-ceb459c749f11453f83dc3bc3fd108a1e40f3aaf.zip
build statically, to ease disaster recovery in some situations.
ok david@ grange@ henning@ ian@ jakob@ lebel@ markus@ and possibly a few others.
-rw-r--r--usr.bin/ftp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 2f1dc3a49d4..0aeaea32569 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2002/11/08 03:30:17 fgsch Exp $
+# $OpenBSD: Makefile,v 1.20 2003/11/20 23:32:26 tedu Exp $
# Define SMALL to disable command line editing
#CFLAGS+=-DSMALL
@@ -19,6 +19,7 @@ CPPFLAGS+= -DINET6
LDADD+= -ledit -lcurses -lutil
DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL}
+LDSTATIC= ${STATIC}
#COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes