diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-18 11:39:56 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-18 11:39:56 +0000 |
| commit | da9d85ff984bff19ae3140b6adefd1409c81e554 (patch) | |
| tree | dc3db76eadc3fb6a356343b03b7c788480dca352 /sys/modules/linprocfs | |
| parent | 523c8e33e4aeca4816db08f0bb644d251b531fc8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linprocfs')
| -rw-r--r-- | sys/modules/linprocfs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile index a4e7add55a1a..b31f9cb60bc7 100644 --- a/sys/modules/linprocfs/Makefile +++ b/sys/modules/linprocfs/Makefile @@ -4,6 +4,10 @@ KMOD= linprocfs SRCS= vnode_if.h \ - linprocfs.c + linprocfs.c \ + opt_compat.h + +opt_compat.h: + touch ${.TARGET} .include <bsd.kmod.mk> |
