From 2762c4a1018fd85d3445e6438d88668a84f63067 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 13 Sep 2016 17:42:21 -0400 Subject: tidy --- src/grp-machine/grp-import/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/grp-machine/grp-import/Makefile') diff --git a/src/grp-machine/grp-import/Makefile b/src/grp-machine/grp-import/Makefile index 5cda3c9a9f..dfa189b317 100644 --- a/src/grp-machine/grp-import/Makefile +++ b/src/grp-machine/grp-import/Makefile @@ -23,22 +23,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -ifneq ($(ENABLE_IMPORTD),) - -ifneq ($(HAVE_LIBCURL),) -ifneq ($(HAVE_XZ),) -ifneq ($(HAVE_ZLIB),) -ifneq ($(HAVE_BZIP2),) -ifneq ($(HAVE_GCRYPT),) - -endif # HAVE_GCRYPT -endif # HAVE_BZIP2 -endif # HAVE_ZLIB -endif # HAVE_XZ -endif # HAVE_LIBCURL - -endif # ENABLE_IMPORTD - nested.subdirs += libimport nested.subdirs += systemd-export nested.subdirs += systemd-import -- cgit v1.2.3-54-g00ecf