File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / inc / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 20:05:20 2008 UTC (15 years, 9 months ago) by misho
Branches: sess2_0
change project

    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} aitsess.h ${includedir}

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