# $NetBSD: Makefile,v 1.4 1994/12/08 09:30:36 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # # Files are: # /etc/remote remote host description file # /etc/phones phone number file, owned by ${OWNER} and # mode 6?? # /var/log/aculog ACU accounting file, owned by ${OWNER} and # mode 6?? {if ACULOG defined} # Presently supports: # BIZCOMP # DEC DF02-AC, DF03-AC # DEC DN-11/Able Quadracall # HAYES and Hayes emulators # USR COURIER (2400 baud) # VENTEL 212+ # VADIC 831 RS232 adaptor # VADIC 3451 # TELEBIT T3000 # # Configuration defines: # DF02, DF03, DN11 ACU's supported # BIZ1031, BIZ1022, VENTEL, V831, V3451, HAYES, COURIER, T3000 # ACULOG turn on tip logging of ACU use # PRISTINE no phone #'s put in ACU log file # CONNECT worthless command # DEFBR default baud rate to make connection at # DEFFS default frame size for FTP buffering of # writes on local side # BUFSIZ buffer sizing from stdio, must be fed # explicitly to remcap.c if not 1024 # CONNECT enable ~C command (connect pgm to remote) PROG= tip CFLAGS+=-I${.CURDIR} \ -DDEFBR=1200 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \ -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 .PATH: ${.CURDIR}/aculib BINOWN= uucp BINGRP= dialer BINMODE=4510 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ remote.c tip.c tipout.c uucplock.c value.c vars.c \ biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c # -- acutab is configuration dependent, and so depends on the Makefile # -- remote.o depends on the Makefile because of DEFBR and DEFFS # -- log.o depends on the Makefile because of ACULOG acutab.o log.o remote.o: Makefile .include nge'>range
path: root/x11/include
AgeCommit message (Collapse)Author
2015-07-23remove the xfree86 reachover makefiles and the vast majority ofmrg
the support in the rest of the source tree. X11 sets could use some cleaning up perhaps (just deletion, as we've never really marked the old X11R6 as obsolete for native xorg using platforms so far either.)
2005-03-20add dmx headersrtr
2005-03-19Adjust for the latest XFree86 import. Code now compiles, but librarieschristos
might be incomplete and sets are definitely still broken.
2004-03-06+ update reachover include/* for xf4.4rtr
2003-09-14revert previous and use INCS{,DIR} here; some programs include theselukem
bitmaps directly and therefore need them after "includes" and not after "install" time...
2003-09-14remove superfluous "XTODO" commentslukem
2003-09-14use FILES{,DIR} instead of INCS{,DIR} for bitmapslukem
2003-09-13Rework to include <bsd.x11.mk> before all other <bsd.*.mk> _except_lukem
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk> rather than using a hierarchy of Makefile.inc files just to include x11/Makefile.inc to get those variables.
2003-09-11Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.xlukem
(from /usr/xsrc) using bsd-style Makefiles. Why? - sane cross building - easy builds from read only source - non-root building - imake is evil nuff said.