#
# $Id: Makefile,v 1.1 2009-02-16 14:15:28 potyra Exp $
#

SIMULATION_PC := pc-amd64-pci.vhdl
MEDIA_IMAGE := FreeBSD-7.0-amd64-CD1
CHANGE_DISK_SIZE := 4096

include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk

generate: $(EXP_DIR)/../install-FreeBSD-7.0/generate.in
	cat $< \
		| sed -e 's/@DVD@/FreeBSD-7.0-amd64-CD1/' \
		> $@
clean distclean::
	rm -f generate
