modules: pull in most of FreeBSD's module linker changes
[dragonfly.git] / usr.bin / tip / libacu / Makefile
blob446971fcc0df01f4d510f9471235d940b0c3894c
1 # $FreeBSD: src/usr.bin/tip/libacu/Makefile,v 1.3.12.1 2002/07/19 18:46:29 ru Exp $
2 # $DragonFly: src/usr.bin/tip/libacu/Makefile,v 1.3 2007/08/27 16:50:59 pavalos Exp $
4 LIB= acu
5 INTERNALLIB= YES
6 CFLAGS+= -I${.CURDIR}/../tip
7 SRCS= acucommon.c biz22.c courier.c df.c dn11.c hayes.c \
8 multitech.c t3000.c tod.c unidialer.c v3451.c v831.c ventel.c
9 $(OBJS): ${.CURDIR}/../tip/tipconf.h
11 .include <bsd.lib.mk>