File:  [ELWIX - Embedded LightWeight unIX -] / suX / bin / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Oct 9 18:12:29 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: sux3_2, sux3_1, sux3_0, sux2_1, SUX3_1, SUX3_0, SUX2_1, SUX2_0, HEAD
version 2.0

#
# (C) 2011 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
#  by Michael Pounov <misho@elwix.org>
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2011/10/09 18:12:29 misho Exp $
#

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

INSTALL = @INSTALL@

PROG = suX

all:

depend:

clean:
	rm -f ${PROG}

install:
	${INSTALL} -m 4111 ${PROG} ${bindir}

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