File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / lib / Attic / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:17:41 2008 UTC (16 years, 10 months ago) by misho
Branches: misho
CVS tags: start, cfg3_0
AITNET library for configs

libdir = /usr/local/lib

INSTALL = install

LIBSO = libaitcfg.so

all:

depend:

clean:
	@rm -f ${LIBSO} *~

install:
	${INSTALL} ${LIBSO} ${libdir}

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