2 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # Copyright (c) 1983 Regents of the University of California.
6 # All rights reserved. The Berkeley software License Agreement
7 # specifies the terms and conditions for redistribution.
10 # make file for tip device drivers
14 # DEC DF02-AC, DF03-AC
15 # DEC DN-11/Able Quadracall
16 # VENTEL 212+ (w/o echo)
17 # VADIC 831 RS232 adaptor
21 # cmd/tip/aculib/Makefile
24 OBJS
= biz22.o biz31.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
26 include ..
/..
/Makefile.cmd
28 CPPFLAGS
= -I..
/ -DUSG
$(CPPFLAGS.master
)
29 CERRWARN
+= -Wno-clobbered
30 CERRWARN
+= -Wno-parentheses
39 $(AR
) cr
$(ACULIB
) $(OBJS
)
42 $(RM
) $(ACULIB
) $(OBJS
)