diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-01 22:19:01 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-01 22:19:01 +0000 |
| commit | e5d34218fb8e249657a8bebe19061c57215dc3e5 (patch) | |
| tree | aba24c38e600543d1256c6e33ef0efd99bf3900f /sys/modules/powermac_nvram | |
| parent | 78985e424a90ebf4463ef11972db1ffd362a0c45 (diff) | |
Notes
Diffstat (limited to 'sys/modules/powermac_nvram')
| -rw-r--r-- | sys/modules/powermac_nvram/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/powermac_nvram/Makefile b/sys/modules/powermac_nvram/Makefile new file mode 100644 index 000000000000..a4d069366c08 --- /dev/null +++ b/sys/modules/powermac_nvram/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/powermac_nvram + +KMOD= powermac_nvram +SRCS= powermac_nvram.c powermac_nvramvar.h + +.include <bsd.kmod.mk> |
