Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/wpa/bin include common path in the rest of the ...
details: https://anonhg.NetBSD.org/src/rev/d994f7f8d23d
branches: trunk
changeset: 447240:d994f7f8d23d
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 05 05:40:00 2019 +0000
description:
include common path in the rest of the Makefiles
diffstat:
external/bsd/wpa/bin/hostapd_cli/Makefile | 4 ++--
external/bsd/wpa/bin/wpa_cli/Makefile | 4 ++--
external/bsd/wpa/bin/wpa_passphrase/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r df29a52acb44 -r d994f7f8d23d external/bsd/wpa/bin/hostapd_cli/Makefile
--- a/external/bsd/wpa/bin/hostapd_cli/Makefile Sat Jan 05 00:27:58 2019 +0000
+++ b/external/bsd/wpa/bin/hostapd_cli/Makefile Sat Jan 05 05:40:00 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2016/11/21 20:15:16 christos Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/05 05:40:00 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
-.PATH.c: ${HOSTAPD_DISTDIR}
+.PATH.c: ${HOSTAPD_DISTDIR} ${COMMON_PATH}
PROG= hostapd_cli
SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c
diff -r df29a52acb44 -r d994f7f8d23d external/bsd/wpa/bin/wpa_cli/Makefile
--- a/external/bsd/wpa/bin/wpa_cli/Makefile Sat Jan 05 00:27:58 2019 +0000
+++ b/external/bsd/wpa/bin/wpa_cli/Makefile Sat Jan 05 05:40:00 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2016/11/21 20:15:16 christos Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/05 05:40:00 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
-.PATH.c: ${WPA_SUPPLICANT_DISTDIR}
+.PATH.c: ${WPA_SUPPLICANT_DISTDIR} ${COMMON_PATH}
PROG= wpa_cli
SRCS= wpa_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c common.c
diff -r df29a52acb44 -r d994f7f8d23d external/bsd/wpa/bin/wpa_passphrase/Makefile
--- a/external/bsd/wpa/bin/wpa_passphrase/Makefile Sat Jan 05 00:27:58 2019 +0000
+++ b/external/bsd/wpa/bin/wpa_passphrase/Makefile Sat Jan 05 05:40:00 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2016/06/29 19:16:23 christos Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/05 05:40:00 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
-.PATH.c: ${WPA_SUPPLICANT_DISTDIR} ${.CURDIR}/../wpa_supplicant
+.PATH.c: ${WPA_SUPPLICANT_DISTDIR} ${.CURDIR}/../wpa_supplicant ${COMMON_PATH}
PROG= wpa_passphrase
SRCS= \
Home |
Main Index |
Thread Index |
Old Index