File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 09:02:50 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: mqtt1_2, MQTT1_1, HEAD
version 1.1

#
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile,v 1.2 2012/07/03 09:02:50 misho Exp $
#

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

all:

depend:

clean:
	@rm -f *~

install:

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