freebsd-dev/usr.bin/tip/libacu/Makefile
Jordan K. Hubbard c35cf316d8 Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.
1995-04-01 09:14:37 +00:00

13 lines
258 B
Makefile

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>