diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-16 03:59:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-16 03:59:52 +0000 |
| commit | a7fa2fb669005dba5ef2ddd7eb6d00ad27ddcfbf (patch) | |
| tree | 40370b026ae727ec2ffb6a34b8ca43e38e5c4c85 /sys/boot/userboot | |
| parent | 6b9f688352c672850ed67ad2a31788d3ff024f5d (diff) | |
Notes
Diffstat (limited to 'sys/boot/userboot')
| -rw-r--r-- | sys/boot/userboot/userboot/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile index 851454859c94d..d8fb608817822 100644 --- a/sys/boot/userboot/userboot/Makefile +++ b/sys/boot/userboot/userboot/Makefile @@ -5,6 +5,11 @@ MAN= .include <src.opts.mk> MK_SSP= no +LOADER_MSDOS_SUPPORT?= yes +LOADER_UFS_SUPPORT?= yes +LOADER_CD9660_SUPPORT?= no +LOADER_EXT2FS_SUPPORT?= no + SHLIB_NAME= userboot.so MK_CTF= no STRIP= |
