|
|
1.1 root 1: #
2: # Copyright (c) 1983 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # @(#)Makefile 5.2 (Berkeley) 4/3/86
7: #
8: # make file for tip device drivers
9: #
10: # Current drivers:
11: # BIZCOMP
12: # USR COURIER (2400 baud)
13: # DEC DF02-AC, DF03-AC
14: # DEC DN-11/Able Quadracall
15: # HAYES and Hayes emulators
16: # VENTEL 212+ (w/o echo)
17: # VADIC 831 RS232 adaptor
18: # VADIC 3451
19:
20: CFLAGS= -O -I../
21: OBJS= biz22.o biz31.o courier.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
22:
23: aculib.a: ${OBJS}
24: ar cu aculib.a *.o
25: ranlib aculib.a
26:
27: ${OBJS}: ../tip.h
28:
29: clean:
30: rm -f aculib.a *.o core errs a.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.