NOATM -> NO_ATM

This commit is contained in:
Ruslan Ermilov 2004-12-21 09:08:06 +00:00
parent f1f6253f4f
commit 07736e20e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139105
13 changed files with 15 additions and 13 deletions

View file

@ -42,7 +42,7 @@ _csu=csu/${MACHINE_ARCH}
_csu=csu
.endif
.if !defined(NOATM)
.if !defined(NO_ATM)
_libatm= libatm
_libngatm= libngatm
.endif

View file

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if !defined(NOATM)
.if !defined(NO_ATM)
_snmp_atm= snmp_atm
.endif

View file

@ -114,7 +114,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \
restore rcorder route routed rtquery rtsol savecore \
slattach spppcontrol startslip swapon sysctl tunefs umount
.if !defined(NOATM)
.if !defined(NO_ATM)
CRUNCH_PROGS_sbin+= atm atmconfig fore_dnld ilmid
CRUNCH_LIBS+= -latm
.endif

View file

@ -94,7 +94,7 @@ SUBDIR= adjkerntz \
tunefs \
umount \
.if !defined(NOATM)
.if !defined(NO_ATM)
_atm= atm
.endif

View file

@ -106,7 +106,7 @@
#
# To avoid building various parts of the base system:
#NO_ACPI= # do not build acpiconf(8) and related programs
#NOATM= # do not build ATM related programs and libraries
#NO_ATM= # do not build ATM related programs and libraries
#NO_AUTHPF= # do not build and install authpf (setuid/gid)
#NO_BLUETOOTH= # do not build Bluetooth related stuff
#NO_BOOT= # do not build boot blocks and loader
@ -128,7 +128,7 @@
#NO_LIBTHR= # do not build libthr (1:1 threading library)
#NO_LPR= # do not build lpr and related programs
#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
#NO_MAN= # do not build manual pages
#NO_MAN= # do not build manual pages
#NO_MODULES= # do not build modules with the kernel
#NO_NIS= # do not build NIS support and related programs
#NO_OBJC= # do not build Objective C support

View file

@ -463,7 +463,7 @@ programs and libraries related to IPv6 networking.
Build
.Xr ppp 8
without support for network address translation (NAT).
.It Va NOATM
.It Va NO_ATM
.Pq Vt bool
Set to not build
programs and libraries related to ATM networking.

View file

@ -2,6 +2,7 @@
.if !defined(BURN_BRIDGES)
.for oldnew in \
NOATM:NO_ATM \
NOLIBC_R:NO_LIBC_R \
NOLIBPTHREAD:NO_LIBPTHREAD \
NOLIBTHR:NO_LIBTHR \

View file

@ -9,6 +9,7 @@ __<bsd.init.mk>__:
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
.include <bsd.compat.mk>
.include <bsd.own.mk>
.MAIN: all
.endif !target(__<bsd.init.mk>__)

View file

@ -8,7 +8,7 @@
#
KERNCONF?=GENERIC
NO_ACPI=
NOATM=
NO_ATM=
NO_AUTHPF=
NO_BLUETOOTH=
NO_CVS=

View file

@ -230,7 +230,7 @@ SUBDIR= alias \
_truss= truss
.endif
.if !defined(NOATM)
.if !defined(NO_ATM)
_atm= atm
.endif

View file

@ -188,7 +188,7 @@ SUBDIR= ac \
_sysinstall= sysinstall
.endif
.if !defined(NOATM)
.if !defined(NO_ATM)
_atm= atm
.endif

View file

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if !defined(NOATM)
.if !defined(NO_ATM)
_snmp_atm= snmp_atm
.endif

View file

@ -11,7 +11,7 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
WARNS?= 3
.if defined(RELEASE_CRUNCH)
CFLAGS+=-DRELEASE_CRUNCH
NOATM=
NO_ATM=
NODES=
NOI4B=
NONAT=
@ -60,7 +60,7 @@ LDADD+= -lalias
DPADD+= ${LIBALIAS}
.endif
.if defined(NOATM)
.if defined(NO_ATM)
CFLAGS+=-DNOATM
.else
SRCS+= atm.c