head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.3.12.1
	RELENG_4_11:1.3.12.1.0.10
	RELENG_4_11_BP:1.3.12.1
	RELENG_4_10_0_RELEASE:1.3.12.1
	RELENG_4_10:1.3.12.1.0.8
	RELENG_4_10_BP:1.3.12.1
	RELENG_4_9_0_RELEASE:1.3.12.1
	RELENG_4_9:1.3.12.1.0.6
	RELENG_4_9_BP:1.3.12.1
	RELENG_4_8_0_RELEASE:1.3.12.1
	RELENG_4_8:1.3.12.1.0.4
	RELENG_4_8_BP:1.3.12.1
	RELENG_4_7_0_RELEASE:1.3.12.1
	RELENG_4_7:1.3.12.1.0.2
	RELENG_4_7_BP:1.3.12.1
	RELENG_4_6_2_RELEASE:1.3
	RELENG_4_6_1_RELEASE:1.3
	RELENG_4_6_0_RELEASE:1.3
	RELENG_4_6:1.3.0.20
	RELENG_4_6_BP:1.3
	RELENG_4_5_0_RELEASE:1.3
	RELENG_4_5:1.3.0.18
	RELENG_4_5_BP:1.3
	RELENG_4_4_0_RELEASE:1.3
	RELENG_4_4:1.3.0.16
	RELENG_4_4_BP:1.3
	RELENG_4_3_0_RELEASE:1.3
	RELENG_4_3:1.3.0.14
	RELENG_4_3_BP:1.3
	RELENG_4_2_0_RELEASE:1.3
	RELENG_4_1_1_RELEASE:1.3
	PRE_SMPNG:1.3
	RELENG_4_1_0_RELEASE:1.3
	RELENG_3_5_0_RELEASE:1.3
	RELENG_4_0_0_RELEASE:1.3
	RELENG_4:1.3.0.12
	RELENG_4_BP:1.3
	RELENG_3_4_0_RELEASE:1.3
	RELENG_3_3_0_RELEASE:1.3
	RELENG_3_2_PAO:1.3.0.10
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.8
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.6
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.3;
locks; strict;
comment	@# @;


1.4
date	2001.12.20.14.25.46;	author markm;	state dead;
branches;
next	1.3;

1.3
date	95.04.01.09.14.32;	author jkh;	state Exp;
branches
	1.3.12.1;
next	1.2;

1.2
date	95.03.31.21.04.48;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.03.31.11.46.12;	author jkh;	state Exp;
branches;
next	;

1.3.12.1
date	2002.07.19.18.46.29;	author ru;	state Exp;
branches;
next	1.3.12.2;

1.3.12.2
date	2012.11.17.07.27.51;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2.

Fix the build.
@
text
@LIB=		acu
CFLAGS+=	-I${.CURDIR}/../tip
SRCS=		acucommon.c biz22.c courier.c df.c dn11.c hayes.c \
		multitech.c t3000.c tod.c unidialer.c v3451.c v831.c ventel.c
NOPROFILE=	yes

$(OBJS):	${.CURDIR}/../tip/tipconf.h

install:
	@@echo -n

.include <bsd.lib.mk>
@


1.3
log
@Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.
@
text
@@


1.3.12.1
log
@MFC: new bsd.lib.mk API.
@
text
@a0 2
# $FreeBSD$

a1 1
INTERNALLIB=	YES
d5 1
d8 3
@


1.3.12.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/usr.bin/tip/libacu/Makefile 100377 2002-07-19 18:46:30Z ru $
@


1.2
log
@I must have been very sleepy last night, sigh..
1. Nuke out the aculib files that crept in somehow by mistake.
2. Fix the ${.CURDIR} path so that this stuff actually compiles.
   It actually compiled for me before the commit, but I must have had
   something short-cutting the bug.
@
text
@d1 2
a2 2
LIB=acu
CFLAGS+=	-g -I${.CURDIR}/../tip
@


1.1
log
@Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by:	Tom Gray - DCA <dcasba@@rain.org>
@
text
@a0 2
CFLAGS+= -g -I../tip
SRCS=acucommon.c biz22.c courier.c df.c dn11.c hayes.c multitech.c t3000.c tod.c unidialer.c v3451.c v831.c ventel.c
d2 7
a8 1
$(OBJS): ../tip/tipconf.h
d10 2
@
