#
#	@(#) make.usr.src 22.1 89/11/14 
#
#	Copyright (C) The Santa Cruz Operation, 1988
#
#	This Module contains Proprietary Information of 
#	The Santa Cruz Operation, Microsoft Corporation
#	and AT&T, and should be treated as Confidential.
#
# 	This makefile can be used to compile your own modem
# 	dialer programs.  To compile a dialer (dialUSER.c for
#	example) add the dialer name (dialUSER) to the EXES
#	variable.
#

CFLAGS	= -O -DHDUU
LDFLAGS	= -s -i -F 1000 -lx

EXES	= dialHA12 dialHA24 dialMUL dialTBIT dialVA3450
OBJS	=
LIBS	=

all:	$(EXES)
