File:  [ELWIX - Embedded LightWeight unIX -] / suX / bin / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri May 20 16:02:05 2011 UTC (13 years, 3 months ago) by misho
Branches: misho
CVS tags: sux2_0, start
suX WWW wrapper suexec helper project

#
# (C) 2011 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
#  by Michael Pounov <misho@elwix.org>
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.1.1 2011/05/20 16:02:05 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@

INSTALL = @INSTALL@

PROG = suX

all:

depend:

clean:
	rm -f ${PROG}

install:
	${INSTALL} ${PROG} ${bindir}

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