MKEMBED is now MKSMALL

This commit is contained in:
Arun Thomas
2011-08-01 11:05:17 +02:00
parent ae561b8f12
commit f985ecba0d
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ PROGRAMS= at_wini bios_wini cdprobe dev2name floppy loadramdisk mount \
pci procfs sh service sysenv mfs
SCRIPTS=newroot
.if ${MKEMBED} != "yes"
.if ${MKSMALL} != "yes"
PROGRAMS+= ahci ext2
.endif
@@ -15,10 +15,10 @@ PROGRAMS+= ahci ext2
PROGRAMS+= acpi
.endif
.if ${MKEMBED} != "yes"
.if ${MKSMALL} != "yes"
PROTO= proto
.else
PROTO= proto.embed
PROTO= proto.small
.endif
.if ${OBJECT_FMT} == "a.out"