File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Sep 19 15:22:32 2012 UTC (11 years, 7 months ago) by misho
Branches: MAIN
CVS tags: cfg9_2, cfg9_1, cfg8_2, cfg8_1, cfg8_0, cfg7_9, cfg7_8, cfg7_7, cfg7_6, cfg7_5, cfg7_4, cfg7_3, cfg7_2, cfg7_1, cfg7_0, cfg6_1, HEAD, CFG9_1, CFG9_0, CFG8_1, CFG8_0, CFG7_9, CFG7_8, CFG7_7, CFG7_6, CFG7_5, CFG7_4, CFG7_3, CFG7_2, CFG7_1, CFG7_0, CFG6_1, CFG6_0
version 6.0

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3 2012/09/19 15:22:32 misho Exp $
#

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

INSTALL = @INSTALL@

all:

depend:

clean:
	@rm -f *~

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

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