From b19bd437731a20d67007d69e38c284775ae0c71d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 3 Apr 2021 22:56:38 +0000 Subject: Don't build Pamexec on Windows git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4082 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'other') diff --git a/other/Makefile b/other/Makefile index aa0d75bb..60ceb71b 100644 --- a/other/Makefile +++ b/other/Makefile @@ -28,6 +28,10 @@ PORTBINARIES = pamarith pambayer pamchannel pamdepth \ pamstack pamsummcol pamunlookup pamvalidate pnmcolormap \ ppmdcfont ppmddumpfont ppmdmkfont +ifneq ($(DONT_HAVE_PROCESS_MGMT),Y) + PORTBINARIES += pamexec +endif + ifneq ($(LINUXSVGALIB),NONE) PORTBINARIES += ppmsvgalib endif -- cgit 1.4.1