File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.2.20.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 18 08:44:19 2012 UTC (11 years, 7 months ago) by misho
Branches: cfg5_5
Diff to: branchpoint 1.2: preferred, colored
import and shuffle 1st functions

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2.20.1 2012/09/18 08:44:19 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>