parent
a5d0778d53
commit
94998f6491
@ -1,6 +1,6 @@
|
||||
# Makefile - hhl - /usr/src/world/foo
|
||||
# Makefile - hhl - /src/world/foo
|
||||
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
||||
#
|
||||
#
|
||||
distname = foo
|
||||
include world.mk
|
||||
include targets.mk
|
||||
|
@ -0,0 +1,10 @@
|
||||
# Makefile - hhl - /src/world/havaged
|
||||
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
||||
#
|
||||
distname = haveged
|
||||
distext = gz
|
||||
distfile = v$(haveged_version).tar.gz
|
||||
include world.mk
|
||||
config_opts += --host=$(tgt)
|
||||
config_opts += --with-sysroot=$(DESTDIR)
|
||||
include targets.mk
|
Loading…
Reference in new issue