Files
Juraj LutterandZsolt Udvari 629de3e1aa ftp/ftpproxy: Minor cosmetic changes
Add rc.d script and option to use PID file.
Switch to DISTVERSION.
Add license information.

PR:		269722
Approved by:	maintainer timeout (3+ weeks)
2025-03-13 12:18:09 +01:00

21 lines
292 B
Plaintext

--- Makefile.orig 2004-07-30 12:49:27 UTC
+++ Makefile
@@ -9,7 +9,7 @@ TARGETS = ftp.proxy
all: $(TARGETS)
- cd src; make all
+ cd src; $(MAKE) all
install: all
@@ -18,7 +18,7 @@ install: all
ftp.proxy:
- cd src; make ftp.proxy
+ cd src; $(MAKE) ftp.proxy
tar: clean