src/world/dhcpcd/Makefile

15 lines
334 B
Makefile

# Makefile - hhl - /usr/src/world/dhcpcd
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = dhcpcd
no_objdir = 1
include world.mk
CFLAGS = --sysroot=$(DESTDIR)
export CFLAGS
config_opts += --host=$(tgt)
config_opts += --libexecdir=/lib/dhcpcd
config_opts += --dbdir=/var/lib/dhcpcd
include targets.mk