# Makefile for farm

SRCS=farm.c
PROG=farm
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

