diff options
Diffstat (limited to 'stand/i386/loader_4th')
-rw-r--r-- | stand/i386/loader_4th/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stand/i386/loader_4th/Makefile b/stand/i386/loader_4th/Makefile new file mode 100644 index 000000000000..3659f7efe673 --- /dev/null +++ b/stand/i386/loader_4th/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +LOADER_INTERP=4th + +.include "../loader/Makefile" + |