File:  [ELWIX - Embedded LightWeight unIX -] / suX / bin / Makefile.in
Revision 1.2.8.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 17 14:01:32 2015 UTC (9 years ago) by misho
Branches: sux3_2
Diff to: branchpoint 1.2: preferred, unified
adds control of sux execution group
patch & improve execution of sux when we are called from fastcgi and content arriving from stdin!

    1: #
    2: # (C) 2011 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
    3: #  by Michael Pounov <misho@elwix.org>
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.2.8.2 2015/06/17 14:01:32 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: bindir = @bindir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: GROUP = @GROUP@
   16: 
   17: PROG = suX
   18: 
   19: all:
   20: 
   21: depend:
   22: 
   23: clean:
   24: 	rm -f ${PROG}
   25: 
   26: install:
   27: 	${INSTALL} -m 4110 -o root -g ${GROUP} ${PROG} ${bindir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>