diff options
author | imp <imp@FreeBSD.org> | 2005-06-04 16:57:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-06-04 16:57:04 +0000 |
commit | 565f66adf31d243191a10da5c40231448d7a6d4d (patch) | |
tree | ebd864aa544c4d482b2f3bbba8a79264ad4a8f4c /sys | |
parent | f0b2c28f1b59fb4e8c58599d82d808a5b76d0153 (diff) | |
download | FreeBSD-src-565f66adf31d243191a10da5c40231448d7a6d4d.zip FreeBSD-src-565f66adf31d243191a10da5c40231448d7a6d4d.tar.gz |
Move MAINTAINER documentation to MAINTAINERS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 7cb1f4b..e446790 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= emulation@FreeBSD.org - .PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux KMOD= linux |