File:  [ELWIX - Embedded LightWeight unIX -] / suX / bin / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 20 16:02:05 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2011 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
#  by Michael Pounov <misho@elwix.org>
#
# $Author: misho $
# $Id: Makefile.in,v 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>