Makefile (8e734a64e34eadfb17901fd3705dd214bfb4c8af) | Makefile (ccf5ba748382e2c5f3f749444e8f727bf937a210) |
---|---|
1# $Id: Makefile,v 1.4 1998/02/01 17:34:11 bde Exp $ | 1# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $ |
2 3.PATH: ${.CURDIR}/../../sys/miscfs/nullfs 4KMOD= null_mod | 2 3.PATH: ${.CURDIR}/../../sys/miscfs/nullfs 4KMOD= null_mod |
5SRCS= null_subr.c null_vfsops.c null_vnops.c \ 6 opt_debug_nullfs.h opt_diagnostic.h | 5SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h |
7NOMAN= 8VFS_LKM= 9CFLAGS+= -DNULLFS | 6NOMAN= 7VFS_LKM= 8CFLAGS+= -DNULLFS |
10CLEANFILES+=opt_debug_nullfs.h opt_diagnostic.h | 9CLEANFILES= opt_debug_nullfs.h |
11 | 10 |
12opt_diagnostic.h: 13 touch opt_diagnostic.h 14 | |
15opt_debug_nullfs.h: 16 touch ${.TARGET} 17 18.include <bsd.kmod.mk> | 11opt_debug_nullfs.h: 12 touch ${.TARGET} 13 14.include <bsd.kmod.mk> |