e0ef69600d
vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. It has been written with security in mind, and carefully designed to be resilient to attack.
16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/02/19 15:42:02 couderc Exp $
|
|
--- Makefile.orig Tue Oct 22 01:15:16 2002
|
|
+++ Makefile Wed Feb 12 23:18:00 2003
|
|
@@ -1,9 +1,9 @@
|
|
# Makefile for systems with GNU tools
|
|
-CC = gcc
|
|
+CC = cc
|
|
INSTALL = install
|
|
IFLAGS = -idirafter dummyinc
|
|
#CFLAGS = -g
|
|
-CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
+CFLAGS += -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
|
|
LIBS = `./vsf_findlibs.sh`
|
|
LINK = -Wl,-s
|