#
#  Makefile for the ticket
#
# History
# -------
# $Log: Makefile,v $
# Revision 1.4  1997/06/24  17:23:50  dieter
# Modified Makefile to pickup common targets and macro definitions from
# make.common.
#
# Revision 1.3  1997/05/08  17:05:16  dieter
# Removed refresh target.  It is now handled by griff's Makefile.refresh.
#
# Revision 1.2  1997/04/11  21:22:22  dieter
# Added refresh target
#
#

#LIBS	=	${UNIFYLIB} ${THREADLIB} -ll -lm -lresolv -lsocket -lnsl -lw -lmapmalloc -lucb

PROG =	ticket

SRCS = 	${PROG}.c sync.c
OBJS = 	$(SRCS:.c=.o)

include ../make.common

# DO NOT DELETE THIS LINE -- makedepend depends on it

