diff options
author | peter <peter@FreeBSD.org> | 2001-02-27 07:40:09 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-02-27 07:40:09 +0000 |
commit | bf646692bb5ce1cc7c087d4999b12632e8a34b20 (patch) | |
tree | b60be969a867415a243a219e35462573ba4ecf24 /sys/modules/linprocfs | |
parent | bc97832a62f3bfaf2108ed7e39e41063b15c73bb (diff) | |
download | FreeBSD-src-bf646692bb5ce1cc7c087d4999b12632e8a34b20.zip FreeBSD-src-bf646692bb5ce1cc7c087d4999b12632e8a34b20.tar.gz |
Remove some cruft
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r-- | sys/modules/linprocfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile index c114953..a6fa4f5 100644 --- a/sys/modules/linprocfs/Makefile +++ b/sys/modules/linprocfs/Makefile @@ -6,9 +6,6 @@ KMOD= linprocfs SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \ linprocfs_vfsops.c linprocfs_vnops.c NOMAN= -VFS_KLD= - -CFLAGS+= -DLINPROCFS test: unload install load |