Changeset 96530 in vbox
- Timestamp:
- Aug 26, 2022 10:34:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r96407 r96530 29 29 include $(KBUILD_PATH)/subheader.kmk 30 30 31 ifneq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.sparc64) 32 BLDPROGS += bin2c biossums filesplitter genalias VBoxCmp 31 BLDPROGS += bin2c 32 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), solaris.sparc64) 33 BLDPROGS += biossums filesplitter genalias VBoxCmp 33 34 endif 34 35
Note:
See TracChangeset
for help on using the changeset viewer.