File:  [ELWIX - Embedded LightWeight unIX -] / fwmaker / bin / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jan 4 18:08:18 2026 UTC (13 days, 10 hours ago) by misho
Branches: misho, MAIN
CVS tags: fwmaker, HEAD, FWMAKER1_0
fwmaker embedded image maker

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

INSTALL = @INSTALL@

PROG = fwmaker

all:

depend:

clean:
	rm -f ${PROG}

install:
	${INSTALL} -d ${bindir}
	${INSTALL} ${PROG} ${bindir}

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