11 lines
266 B
Makefile
11 lines
266 B
Makefile
|
# Makefile - hhl - /usr/src/world/libz
|
||
|
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
||
|
#
|
||
|
distname = libz
|
||
|
distext = gz
|
||
|
include world.mk
|
||
|
config_opts += --enable-shared
|
||
|
config_opts += --host=$(tgt)
|
||
|
CFLAGS += --sysdir=$(build)
|
||
|
include targets.mk
|