
Imported multiple utilities from ubase to replace util-linux utils Only build utilities from util-linux that can't be had elsewhere
16 lines
418 B
Makefile
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
|