mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't forget to remove opt_mfs.h.
Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}).
This commit is contained in:
parent
8e32ad3bde
commit
c5f25b1912
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue