summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-11-11 03:06:46 +0000
committerbde <bde@FreeBSD.org>1998-11-11 03:06:46 +0000
commit17acac4b113a8f92b90e91237501b9ee5a7fa5e1 (patch)
tree4147c80700ed7ccc5ede0a1b4a399403f5252112
parent9ac805c824c403cb5945f796c09cb682027ffca5 (diff)
downloadFreeBSD-src-17acac4b113a8f92b90e91237501b9ee5a7fa5e1.zip
FreeBSD-src-17acac4b113a8f92b90e91237501b9ee5a7fa5e1.tar.gz
Don't forget to remove opt_mfs.h.
Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}).
-rw-r--r--sys/modules/mfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile
index d1fb29b..6fde55f 100644
--- a/sys/modules/mfs/Makefile
+++ b/sys/modules/mfs/Makefile
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.3 1997/02/22 12:48:36 peter Exp $
+# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $
.PATH: ${.CURDIR}/../../ufs/mfs
KMOD= mfs
SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h
NOMAN=
VFS_KLD=
-CFLAGS+= -DFFS -DMFS
+CLEANFILES+= opt_mfs.h
opt_mfs.h:
- touch opt_mfs.h
+ touch ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud