# Makefile - hhl - /usr/src/world/eudev # Copyright 2020 Nathan Fisher # distname = eudev distext = gz include world.mk config_opts += --host=$(tgt) config_opts += --with-sysroot=$(DESTDIR) config_opts += --bindir=/sbin config_opts += --sbindir=/sbin config_opts += --libdir=/usr/lib config_opts += --sysconfdir=/etc config_opts += --libexecdir=/lib config_opts += --with-rootprefix= config_opts += --with-rootlibdir=/lib config_opts += --enable-manpages config_opts += --disable-static define pre_configure install -d $(DESTDIR)/lib/udev/rules.d install -d $(DESTDIR)/etc/udev/rules.d endef include targets.mk