File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 17:02:55 2008 UTC (15 years, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2008/11/05 17:02:55 misho Exp $
#

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

INSTALL = @INSTALL@


all:

depend:

clean:
	@rm -f *~

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

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