summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
commitba3655c74f170d85d1349f1e286aff27b58c9fc5 (patch)
treec770cc7ab20312f3a29a44816f43cb8965a9b44d /usr.sbin/Makefile
parentcec60429bbb77a84c44199253f4a9d1a628fcc2a (diff)
downloadFreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.zip
FreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.tar.gz
NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 28d6bbb..47c1ac3 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -294,7 +294,7 @@ _ndiscvt= ndiscvt
_pccard= pccard
_pcvt= pcvt
_pnpinfo= pnpinfo
-.if !defined(NOLIBPTHREAD)
+.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
.endif
_sicontrol= sicontrol
@@ -306,7 +306,7 @@ _zzz= zzz
.if ${MACHINE_ARCH} == "alpha"
_elf2exe= elf2exe
_pnpinfo= pnpinfo
-.if !defined(NOLIBC_R)
+.if !defined(NO_LIBC_R)
_pppctl= pppctl
.endif
.endif
@@ -326,7 +326,7 @@ _lptcontrol= lptcontrol
_mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs
_mptable= mptable
-.if !defined(NOLIBPTHREAD)
+.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
.endif
_sicontrol= sicontrol
@@ -339,7 +339,7 @@ _zzz= zzz
_acpi= acpi
.endif
_kgmon= kgmon
-.if !defined(NOLIBPTHREAD)
+.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
.endif
_zzz= zzz
@@ -348,7 +348,7 @@ _zzz= zzz
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_ofwdump= ofwdump
-.if !defined(NOLIBC_R)
+.if !defined(NO_LIBC_R)
_pppctl= pppctl
.endif
.endif
OpenPOWER on IntegriCloud