diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-30 23:39:55 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-30 23:39:55 +0000 |
| commit | 3752a407aff43d6bb55f6b087fd18355ea8226f0 (patch) | |
| tree | 2d85f6d59599d74790241b63c87c461c7fcf336c /sys/boot | |
| parent | 8689c387eecd9dbefaebf0c76dd86f8af2906536 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/zfs32/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/zfs32/Makefile b/sys/boot/zfs32/Makefile new file mode 100644 index 0000000000000..2af3987486e86 --- /dev/null +++ b/sys/boot/zfs32/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +ZFS32=1 + +.include "${.CURDIR}/../zfs/Makefile" |
