12 lines
319 B
Makefile
12 lines
319 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
|
||
|
export CFLAGS = --sysroot=$(DESTDIR)
|
||
|
config_opts += --host=$(tgt)
|
||
|
config_opts += --with-sysdeps=$(libdir)/skalibs/sysdeps
|
||
|
include targets.mk
|