# The following macros are inserted by 'gconfig' for the "athena" configuration
TOP = ..
UNIXTYPE = -DBSD43
UNIXVER =
BSDCOMPAT =
SERVOPTS = -DUNIXCONN -DSYSLOG
EXTENS = -DSAMPLE -DSEAMLESS
GLIBOPTS = -DUNIXCONN
CLIOPTS = -DPLX
LDFLAGS =
CFLAGS = -O
XLIB = -lX11
XEXTLIB = -lXext
SERVDIR = /etc
SERVFILEDIR = /etc
BINDIR = /usr/athena
INCDIR = /usr/include
LIBDIR = /usr/lib
SHELL = /bin/sh
INSTALL = install
MAKEDEP = makedepend
CC = cc
# End of inserted macros


all:	

install: all

clean:
	-rm -f cat*/* man*/*~ *~

depend:	

uninstall:
