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, 9 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

    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 2011/10/09 18:12:29 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: bindir = @bindir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: PROG = suX
   16: 
   17: all:
   18: 
   19: depend:
   20: 
   21: clean:
   22: 	rm -f ${PROG}
   23: 
   24: install:
   25: 	${INSTALL} -m 4111 ${PROG} ${bindir}

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