File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 08:47:16 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile,v 1.1 2011/11/07 08:47:16 misho Exp $
#

prefix = /usr/local
exec_prefix = ${prefix}
includedir = ${prefix}/include

INSTALL = /usr/bin/install -c

all:

depend:

clean:
	@rm -f *~

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

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