#
# FILE NAME:  aix/makefile
#
# Makefile for creating a PROS driver in an AIX environment
# 
# (C) Copyright 1993, Axis Communications AB, LUND, SWEDEN.
#
# Version 1.1 Jul 20, 1993 RW
#
prosaix : prosaix.c
	cc -o prosaix -DTRY_FOREVER prosaix.c
