diff options
author | bde <bde@FreeBSD.org> | 2002-01-11 16:49:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-01-11 16:49:30 +0000 |
commit | c04de2411bf5c3ad53742b9fc89cd8ce6b6d8a2a (patch) | |
tree | b43a4e2106154ada10737dc3911aba44441d70d9 /sys/modules/ext2fs | |
parent | bfc7272806c0b72ae94f73d9241a6ed20ea1a175 (diff) | |
download | FreeBSD-src-c04de2411bf5c3ad53742b9fc89cd8ce6b6d8a2a.zip FreeBSD-src-c04de2411bf5c3ad53742b9fc89cd8ce6b6d8a2a.tar.gz |
Fixed some style bugs (disordered SRCS and garbage comment near EOF).
Diffstat (limited to 'sys/modules/ext2fs')
-rw-r--r-- | sys/modules/ext2fs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile index 232e313..9de1d6c 100644 --- a/sys/modules/ext2fs/Makefile +++ b/sys/modules/ext2fs/Makefile @@ -2,10 +2,9 @@ .PATH: ${.CURDIR}/../../gnu/ext2fs KMOD= ext2fs -SRCS= vnode_if.h opt_quota.h opt_ddb.h opt_suiddir.h \ +SRCS= opt_ddb.h opt_quota.h opt_suiddir.h vnode_if.h \ ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \ ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c \ ext2_vfsops.c ext2_vnops.c .include <bsd.kmod.mk> -# DO NOT DELETE |