File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 9 09:07:31 2009 UTC (14 years, 7 months ago) by misho
Branches: MAIN
CVS tags: cfg5_5, cfg5_4, cfg5_3, cfg5_2, cfg5_1, cfg5_0, cfg4_1, cfg4_0, cfg3_2, cfg3_1, HEAD, CFG5_4, CFG5_3, CFG5_2, CFG5_1, CFG5_0, CFG4_0, CFG3_2, CFG3_1, CFG3_0
prepare ver

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2009/09/09 09:07:31 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

install:
	${INSTALL} aitcfg.h ${includedir}

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