From d810ce2256f717d8d8f0d0e2c433ffa3e4947b36 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 30 May 2017 04:27:05 +0000 Subject: MFC r315170: r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Silence on: arch@ (twice) --- usr.bin/ftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ftp') diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 18068a6..e7de6e6 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -8,7 +8,7 @@ # #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 -TNFTP= ${.CURDIR}/../../contrib/tnftp +TNFTP= ${SRCTOP}/contrib/tnftp .PATH: ${TNFTP}/src PROG= ftp -- cgit v1.1