summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-10-23 10:16:04 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-10-23 10:16:04 +0000
commitab5e5d7be9b79d8a27009e4b5cd26e24760b89f5 (patch)
tree2322475728e5bcebc854c3a9447877deedffe7bb
parent5b29dc6b1f86149b744e5a3114506300afdf9996 (diff)
Notes
-rw-r--r--usr.sbin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a7364150057b..2081abd41f5e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -68,9 +68,7 @@ SUBDIR= IPXrouted \
pciconf \
periodic \
pkg_install \
- pnpinfo \
ppp \
- pppctl \
pppd \
pppstats \
prefix \
@@ -130,6 +128,10 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if !defined(NOLIBC_R)
+SUBDIR+=pppctl
+.endif
+
.if !defined(NO_BIND)
SUBDIR+=named \
named.reload \
@@ -151,7 +153,8 @@ SUBDIR+=mailstats \
.endif
.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+=elf2exe
+SUBDIR+=elf2exe \
+ pnpinfo
.endif
.if ${MACHINE_ARCH} == "i386"
@@ -164,6 +167,7 @@ SUBDIR+=acpi \
lptcontrol \
mptable \
pcvt \
+ pnpinfo \
sgsc \
sicontrol \
spkrtest \