diff options
-rw-r--r-- | sys/boot/ia64/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile new file mode 100644 index 0000000..4dfb082 --- /dev/null +++ b/sys/boot/ia64/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= + +.include <bsd.subdir.mk> |