File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Oct 13 16:16:45 2011 UTC (12 years, 11 months ago) by misho
Branches: ansh1_0
change to makefile.in

    1: #
    2: # (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.1.2.1 2011/10/13 16:16:45 misho Exp $
    7: #
    8: prefix = @prefix@
    9: exec_prefix = @exec_prefix@
   10: 
   11: INSTALL = @INSTALL@
   12: 
   13: all:
   14: 
   15: depend:
   16: 
   17: clean:
   18: 	@rm -f *~
   19: 
   20: install:

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