File:
[ELWIX - Embedded LightWeight unIX -] /
libaitcli /
inc /
Makefile.in
Revision
1.2:
download - view:
text,
annotated -
select for diffs -
revision graph
Mon Dec 5 22:23:38 2022 UTC (3 years ago) by
misho
Branches:
MAIN
CVS tags:
cli5_1,
cli4_8,
cli4_7,
cli4_6,
cli4_5,
HEAD,
CLI5_0,
CLI4_7,
CLI4_6,
CLI4_5,
CLI4_4
version 4.4
#
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org>
# AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2022/12/05 22:23:38 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@
INSTALL = @INSTALL@
all:
depend:
clean:
@rm -f *~
install:
${INSTALL} -d ${prefix}
${INSTALL} -d ${includedir}
${INSTALL} aitcli.h ${includedir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>