diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-07-17 17:06:27 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-07-17 17:06:27 +0000 |
| commit | 15602c8dd8cbd2da4d7ec322b097b00620a00251 (patch) | |
| tree | a83ce6fc73b8675a16312b1704a87a20a5ed43ff | |
| parent | 9ebf93dc6d38bb6d9d3bb6e0b8e1caec0502c7d7 (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index b73bc0c0d7fc..624893c89f18 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -5,5 +5,6 @@ SUBDIR= mbr boot0 kgzldr btx boot2 libi386 loader # special boot programs, 'self-extracting boot2+loader' SUBDIR+= cdldr SUBDIR+= pxeldr +SUBDIR+= liloldr .include <bsd.subdir.mk> |
