projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
243cd03
)
kernel/linprocfs: Remove useless .PATH in the Makefile.
author
Sascha Wildner <saw@online.de>
Thu, 16 Aug 2012 14:04:10 +0000 (16:04 +0200)
committer
Sascha Wildner <saw@online.de>
Thu, 16 Aug 2012 14:04:10 +0000 (16:04 +0200)
sys/emulation/linux/i386/linprocfs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sys/emulation/linux/i386/linprocfs/Makefile
b/sys/emulation/linux/i386/linprocfs/Makefile
index
e916966
..
5f05b5b
100644
(file)
--- 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