diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
| commit | a654d072959982a88cfbd609921641d85a8eb50c (patch) | |
| tree | 6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/unionfs/Makefile | |
| parent | 89045423f1d86b30a03c90c35964f518a3e4ce4d (diff) | |
Notes
Diffstat (limited to 'sys/modules/unionfs/Makefile')
| -rw-r--r-- | sys/modules/unionfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index 56366598f9d45..defca0bcc7d14 100644 --- a/sys/modules/unionfs/Makefile +++ b/sys/modules/unionfs/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $ -.PATH: ${.CURDIR}/../../sys/miscfs/union -KMOD= union_mod +.PATH: ${.CURDIR}/../../miscfs/union +KMOD= union SRCS= union_subr.c union_vfsops.c union_vnops.c NOMAN= -VFS_LKM= +VFS_KLD= CFLAGS+= -DUNION .include <bsd.kmod.mk> |
