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 (2 years, 6 months ago) by
misho
Branches:
MAIN
CVS tags:
cfg9_6,
cfg9_5,
cfg9_4,
cfg9_3,
HEAD,
CFG9_5,
CFG9_4,
CFG9_3,
CFG9_2
version 9.2
#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
# AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.4 2022/12/05 22:31:12 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} aitcfg.h aitpwd.h ${includedir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>