File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Dec 5 22:31:12 2022 UTC (18 months ago) by misho
Branches: MAIN
CVS tags: cfg9_5, cfg9_4, cfg9_3, HEAD, CFG9_4, CFG9_3, CFG9_2
version 9.2

    1: #
    2: # (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.4 2022/12/05 22:31:12 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: includedir = @includedir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: all:
   16: 
   17: depend:
   18: 
   19: clean:
   20: 	@rm -f *~
   21: 
   22: install:
   23: 	${INSTALL} -d ${prefix}
   24: 	${INSTALL} -d ${includedir}
   25: 	${INSTALL} aitcfg.h aitpwd.h ${includedir}

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