src/world/s6-rc/Makefile
Nathan Fisher f014b6d01c Testing musl support, disabled by default
Imported multiple utilities from ubase to replace util-linux utils
Only build utilities from util-linux that can't be had elsewhere
2021-03-10 13:53:36 -05:00

16 lines
418 B
Makefile

# Makefile - hhl - /usr/src/world/s6-rc
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = s6-rc
distext = gz
no_objdir = 1
include world.mk
ifeq ($(arch), armv7l)
post_configure = install -m644 armv7l-config.mak $(srcdir)/config.mak
endif
export CFLAGS = --sysroot=$(DESTDIR)
config_opts += --host=$(tgt)
config_opts += --with-sysdeps=$(libdir)/skalibs/sysdeps
include targets.mk