about summary refs log tree commit diff
path: root/other/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile')
-rw-r--r--other/Makefile4
1 files changed, 4 insertions, 0 deletions
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