File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / inc / Attic / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:18:30 2008 UTC (16 years ago) by misho
Branches: misho
CVS tags: start, sess2_0
AITNET library for shared memory

includedir = /usr/local/include

INSTALL = install

all:

depend:

clean:
	@rm -f *~

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

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