File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Makefile.in
Revision 1.3.32.1: download - view: text, annotated - select for diffs - revision graph
Mon Dec 5 21:10:44 2022 UTC (17 months, 2 weeks ago) by misho
Branches: cfg9_2
Diff to: branchpoint 1.3: preferred, colored
ensure existence of includedir,libdir and prefix

#
# (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
#   AITNET ltd - Sofia/Bulgaria
#
# $Author: misho $
# $Id: Makefile.in,v 1.3.32.1 2022/12/05 21:10:44 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>