usr.sbin/wpa/wpa_passphrase/Makefile not being updated?

From: Boris Kotzev <boris.kotzev_at_gmail.com>
Date: Tue, 3 Mar 2009 00:36:50 +0200
Hi,

Today I updated the source tree three times from from three different cvsup mirrors
and each time received the following usr.sbin/wpa/wpa_passphrase/Makefile:

# $FreeBSD: src/usr.sbin/wpa/wpa_passphrase/Makefile,v 1.2 2007/07/11 16:04:08 sam Exp $

WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant
.PATH: ${WPA_SUPPLICANT_DISTDIR}

PROG=	wpa_passphrase
SRCS=	wpa_passphrase.c sha1.c md5.c

CFLAGS+= -DINTERNAL_SHA1
CFLAGS+= -DINTERNAL_MD5

MAN=	wpa_passphrase.8

.include <bsd.prog.mk>

But should it not this file look like this?
(see  http://lists.freebsd.org/pipermail/svn-src-head/2009-March/004401.html )?

.include "${.CURDIR}/../Makefile.inc"

.PATH.c:${WPA_SUPPLICANT_DISTDIR}


PROG=	wpa_passphrase
SRCS=	wpa_passphrase.c sha1.c md5.c

CFLAGS+= -DINTERNAL_SHA1
CFLAGS+= -DINTERNAL_MD5

MAN=	wpa_passphrase.8

.include <bsd.prog.mk>

So, is something wrong with my installation or is something wrong the cvsup mirrors?

Sincerely,

Boris Kotzev
Received on Mon Mar 02 2009 - 22:08:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:43 UTC