diff options
Diffstat (limited to 'sys/boot/ficl32')
-rw-r--r-- | sys/boot/ficl32/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/ficl32/Makefile b/sys/boot/ficl32/Makefile new file mode 100644 index 0000000..57c44ca --- /dev/null +++ b/sys/boot/ficl32/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +FICL32= +FICLDIR= ${.CURDIR}/../ficl + +.PATH: ${FICLDIR} + +.include "${FICLDIR}/Makefile" |