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, 8 months ago) by misho
Branches: ansh1_0
change to makefile.in

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.2.1 2011/10/13 16:16:45 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:

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