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:
parent
4f93d7d4de
commit
0f976d1e04
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user