From: Sascha Wildner Date: Thu, 16 Aug 2012 14:04:10 +0000 (+0200) Subject: kernel/linprocfs: Remove useless .PATH in the Makefile. X-Git-Tag: v3.2.0~382 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e8d486e26cf896b846a7dd55c0d0d67b43ae7cf0 kernel/linprocfs: Remove useless .PATH in the Makefile. --- diff --git a/sys/emulation/linux/i386/linprocfs/Makefile b/sys/emulation/linux/i386/linprocfs/Makefile index e916966..5f05b5b 100644 --- a/sys/emulation/linux/i386/linprocfs/Makefile +++ b/sys/emulation/linux/i386/linprocfs/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/linprocfs/Makefile,v 1.1.2.3 2000/06/06 11:53:28 des Exp $ -# $DragonFly: src/sys/emulation/linux/i386/linprocfs/Makefile,v 1.7 2006/01/06 14:45:04 joerg Exp $ -.PATH: ${.CURDIR}/../../../../emulation/linux/i386/linprocfs KMOD= linprocfs SRCS= linprocfs_misc.c linprocfs_subr.c \ linprocfs_vfsops.c linprocfs_vnops.c