Subject: Re: -current build failure
To: None <rmk@rmkhome.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/15/2001 22:23:59
On Mon, Jan 15, 2001 at 03:18:49PM -0700, Rick Kelly wrote:
... 
> I deleted the contents of the /usr/src/usr.sbin/sup directory and
> did another "cvs update". Built supscan okay, but didn't build sup.
> 
> The sup Makefile version was:
> 
> #       $NetBSD: Makefile,v 1.3 1999/08/02 05:36:05 erh Exp $
> 
> 
> The offending line was:
> 
> sup: .NOPATH
> 
> When I removed this line, sup built just fine.

Also odd, as my usr.sbin/sup/sup/Makefile does contain said line and works...
What was the error?


#	$NetBSD: Makefile,v 1.3 1999/08/02 05:36:05 erh Exp $

PROG=	sup

SRCS=	supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c \
	read_line.c

.PATH:	${.CURDIR}/../source

DPADD=	${LIBSUP} ${LIBCRYPT}
LDADD=	${SUPLIB} -lcrypt -lutil

sup: .NOPATH

.include <bsd.prog.mk>