File:  [ELWIX - Embedded LightWeight unIX -] / fwmaker / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 4 18:08:18 2026 UTC (13 days, 10 hours ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#
# (C) 2025 ELWIX Bulgaria
#  by Michael Pounov <misho@elwix.org>
#
# $Author: misho $
# $Id: Makefile.in,v 1.1 2026/01/04 18:08:18 misho Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = @includedir@

all:

depend:

clean:
	@rm -f *~

install:


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