File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 14:33:36 2008 UTC (15 years, 7 months ago) by misho
Branches: cfg3_0
added changes

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1.2.1 2008/09/30 14:33:36 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>