# Makefile for hog

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

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

