diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.sbin/wpa | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.sbin/wpa')
| -rw-r--r-- | usr.sbin/wpa/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/Makefile.crypto | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/Makefile.depend.options | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/Makefile.inc | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/hostapd/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/hostapd/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/hostapd_cli/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/hostapd_cli/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_cli/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_cli/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_passphrase/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_passphrase/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_priv/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile.depend | 1 |
15 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile index be01cf7efdac..426c6aabab20 100644 --- a/usr.sbin/wpa/Makefile +++ b/usr.sbin/wpa/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= src .WAIT \ wpa_supplicant \ diff --git a/usr.sbin/wpa/Makefile.crypto b/usr.sbin/wpa/Makefile.crypto index 2046c32d76ac..7208a4b4fabf 100644 --- a/usr.sbin/wpa/Makefile.crypto +++ b/usr.sbin/wpa/Makefile.crypto @@ -1,4 +1,3 @@ -# $FreeBSD$ .if ${MK_OPENSSL} != "no" LIBADD+= ssl crypto diff --git a/usr.sbin/wpa/Makefile.depend.options b/usr.sbin/wpa/Makefile.depend.options index fa96b2506b2c..b374d7a1fd52 100644 --- a/usr.sbin/wpa/Makefile.depend.options +++ b/usr.sbin/wpa/Makefile.depend.options @@ -1,4 +1,3 @@ -# $FreeBSD$ # This file is not autogenerated - take care! DIRDEPS_OPTIONS= OPENSSL diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc index d674d3ae5fd2..ce4f1ec38b4b 100644 --- a/usr.sbin/wpa/Makefile.inc +++ b/usr.sbin/wpa/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile index ce3b7d82fd69..04176419084f 100644 --- a/usr.sbin/wpa/hostapd/Makefile +++ b/usr.sbin/wpa/hostapd/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> .include "../Makefile.inc" diff --git a/usr.sbin/wpa/hostapd/Makefile.depend b/usr.sbin/wpa/hostapd/Makefile.depend index c84ae78cf589..422856c1631a 100644 --- a/usr.sbin/wpa/hostapd/Makefile.depend +++ b/usr.sbin/wpa/hostapd/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/wpa/hostapd_cli/Makefile b/usr.sbin/wpa/hostapd_cli/Makefile index fef18dab7b32..4c66c2078f4b 100644 --- a/usr.sbin/wpa/hostapd_cli/Makefile +++ b/usr.sbin/wpa/hostapd_cli/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/usr.sbin/wpa/hostapd_cli/Makefile.depend b/usr.sbin/wpa/hostapd_cli/Makefile.depend index a6e8ed0e2831..6f6eb0fd070e 100644 --- a/usr.sbin/wpa/hostapd_cli/Makefile.depend +++ b/usr.sbin/wpa/hostapd_cli/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile index 2aad727a6785..be5896e74d6d 100644 --- a/usr.sbin/wpa/wpa_cli/Makefile +++ b/usr.sbin/wpa/wpa_cli/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.sbin/wpa/wpa_cli/Makefile.depend b/usr.sbin/wpa/wpa_cli/Makefile.depend index 6def3d29de2d..99363d6b54b8 100644 --- a/usr.sbin/wpa/wpa_cli/Makefile.depend +++ b/usr.sbin/wpa/wpa_cli/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/wpa/wpa_passphrase/Makefile b/usr.sbin/wpa/wpa_passphrase/Makefile index 4cd540696d67..eeb71a31ec9d 100644 --- a/usr.sbin/wpa/wpa_passphrase/Makefile +++ b/usr.sbin/wpa/wpa_passphrase/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/usr.sbin/wpa/wpa_passphrase/Makefile.depend b/usr.sbin/wpa/wpa_passphrase/Makefile.depend index 9afe98795667..98764f95ccff 100644 --- a/usr.sbin/wpa/wpa_passphrase/Makefile.depend +++ b/usr.sbin/wpa/wpa_passphrase/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/wpa/wpa_priv/Makefile b/usr.sbin/wpa/wpa_priv/Makefile index d3b693341276..4ed75bd22511 100644 --- a/usr.sbin/wpa/wpa_priv/Makefile +++ b/usr.sbin/wpa/wpa_priv/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index fb045f804977..d82d18ac025e 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile.depend b/usr.sbin/wpa/wpa_supplicant/Makefile.depend index 7bb4192aaca7..a7a98b651269 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile.depend +++ b/usr.sbin/wpa/wpa_supplicant/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |
