/* Imakefile
 *
 * $Id: Imakefile,v 1.1 1999/09/19 20:19:08 jon Exp $
 *
 * Jon Trulson 9/11/1999
 *
 */

#include "NetAudio.tmpl"

INSTALLFLAGS = $(INSTINCFLAGS)

HEADERS = NasConfig.h

all::
depend::

BuildIncludes($(HEADERS),,)



