From e8d486e26cf896b846a7dd55c0d0d67b43ae7cf0 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 16 Aug 2012 16:04:10 +0200 Subject: [PATCH] kernel/linprocfs: Remove useless .PATH in the Makefile. --- sys/emulation/linux/i386/linprocfs/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) 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 -- 1.7.7.2