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.
This commit is contained in:
Jordan K. Hubbard 1995-03-31 21:04:48 +00:00
parent 4f93d7d4de
commit 0f976d1e04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7539

View File

@ -1,6 +1,12 @@
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
LIB=acu
$(OBJS): ../tip/tipconf.h
CFLAGS+= -g -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>