File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / lib / Attic / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:17:41 2008 UTC (15 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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>