diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-12-19 19:53:53 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-12-19 19:53:53 +0000 |
commit | 61ee1257eb41c8a55618b6b17364ab8395db6022 (patch) | |
tree | 9a49c8a100415679f6add8ca2a898821e2ed0ec7 /other | |
parent | 4018bada3e30bde16594714df79d6c660eb558d4 (diff) | |
download | netpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.tar.gz netpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.tar.xz netpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.zip |
Don't build Pamexec if no process management
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4210 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r-- | other/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/Makefile b/other/Makefile index 60ceb71b..b3884666 100644 --- a/other/Makefile +++ b/other/Makefile @@ -24,7 +24,7 @@ endif # build. PORTBINARIES = pamarith pambayer pamchannel pamdepth \ - pamendian pamexec pamfix pamlookup pampick pamsplit \ + pamendian pamfix pamlookup pampick pamsplit \ pamstack pamsummcol pamunlookup pamvalidate pnmcolormap \ ppmdcfont ppmddumpfont ppmdmkfont |