From 17acac4b113a8f92b90e91237501b9ee5a7fa5e1 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 11 Nov 1998 03:06:46 +0000 Subject: Don't forget to remove opt_mfs.h. Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}). --- sys/modules/mfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules/mfs') 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 -- cgit v1.1