summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-12 18:51:31 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-12 18:51:31 +0000
commitec480a974073a5b7ec8fcc4312fdf9152cac0dc7 (patch)
tree40f972d87240c97debdb63b482c6b8c7d1b14b95 /usr.sbin/Makefile
parent8a6d52c3f80c7a5b2f8d9946b08519996c8fccbd (diff)
downloadsrc-test2-ec480a974073a5b7ec8fcc4312fdf9152cac0dc7.tar.gz
src-test2-ec480a974073a5b7ec8fcc4312fdf9152cac0dc7.zip
Notes
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 354a2899301b..38f02b318f1d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -74,6 +74,7 @@ SUBDIR= IPXrouted \
pciconf \
periodic \
pkg_install \
+ pppd \
pppstats \
procctl \
pstat \
@@ -133,8 +134,7 @@ SUBDIR= IPXrouted \
zic
.if ${MACHINE_ARCH} != "amd64"
-SUBDIR+=ppp \
- pppd
+SUBDIR+=ppp
.endif
.if !defined(NO_IPFILTER)