NOATM -> NO_ATM
This commit is contained in:
parent
ba3655c74f
commit
3b01b84505
@ -42,7 +42,7 @@ _csu=csu/${MACHINE_ARCH}
|
||||
_csu=csu
|
||||
.endif
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_libatm= libatm
|
||||
_libngatm= libngatm
|
||||
.endif
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_snmp_atm= snmp_atm
|
||||
.endif
|
||||
|
||||
|
@ -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
|
||||
|
@ -94,7 +94,7 @@ SUBDIR= adjkerntz \
|
||||
tunefs \
|
||||
umount \
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_atm= atm
|
||||
.endif
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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 \
|
||||
|
@ -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>__)
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
KERNCONF?=GENERIC
|
||||
NO_ACPI=
|
||||
NOATM=
|
||||
NO_ATM=
|
||||
NO_AUTHPF=
|
||||
NO_BLUETOOTH=
|
||||
NO_CVS=
|
||||
|
@ -230,7 +230,7 @@ SUBDIR= alias \
|
||||
_truss= truss
|
||||
.endif
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_atm= atm
|
||||
.endif
|
||||
|
||||
|
@ -188,7 +188,7 @@ SUBDIR= ac \
|
||||
_sysinstall= sysinstall
|
||||
.endif
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_atm= atm
|
||||
.endif
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
||||
|
||||
.if !defined(NOATM)
|
||||
.if !defined(NO_ATM)
|
||||
_snmp_atm= snmp_atm
|
||||
.endif
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user