File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / 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 (15 years, 11 months ago) by misho
Branches: misho
CVS tags: start, cfg3_0
AITNET library for configs

    1: includedir = /usr/local/include
    2: 
    3: INSTALL = install
    4: 
    5: all:
    6: 
    7: depend:
    8: 
    9: clean:
   10: 	@rm -f *~
   11: 
   12: install:
   13: 	${INSTALL} aitcfg.h ${includedir}

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