remove an unncessary .PATH element that doesn't exist (and never did?)

This commit is contained in:
mrg 2008-10-25 19:07:26 +00:00
parent 48e69717fb
commit 15378e3afa
1 changed files with 2 additions and 2 deletions

View File

@ -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 \