From 15378e3afa95128b2faff967b6795f23fca11b7e Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 25 Oct 2008 19:07:26 +0000 Subject: [PATCH] remove an unncessary .PATH element that doesn't exist (and never did?) --- lib/libc/rpc/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index ce7f23d499f4..9bb274fb8aba 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.inc,v 1.16 2004/02/16 02:39:36 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.17 2008/10/25 19:07:26 mrg Exp $ # librpc sources -.PATH: ${.CURDIR}/arch/${MACHINE}/rpc ${.CURDIR}/rpc +.PATH: ${.CURDIR}/rpc SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \ clnt_bcast.c clnt_dg.c clnt_generic.c clnt_perror.c \