diff options
author | lars <lars@FreeBSD.org> | 1994-11-12 22:24:17 +0000 |
---|---|---|
committer | lars <lars@FreeBSD.org> | 1994-11-12 22:24:17 +0000 |
commit | 01ed7fba2895a34b7944455f78ca2530e11706eb (patch) | |
tree | b06038968ebb0604163f81696385199eb878f2cb /usr.sbin/Makefile | |
parent | e5cb6770902918b4874bebe3538cf77fd28bc684 (diff) | |
download | FreeBSD-src-01ed7fba2895a34b7944455f78ca2530e11706eb.zip FreeBSD-src-01ed7fba2895a34b7944455f78ca2530e11706eb.tar.gz |
Delete duplicate pppd entry. Also move pppstats in the right spot lexically.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6477fb9..04687fa 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -5,8 +5,8 @@ # XXX TEMP. BROKEN: iostat SUBDIR= ac accton amd arp chown chroot cron crunch dbsym dev_mkdb \ diskpart edquota inetd kbdcontrol kgmon kvm_mkdb lpr lsdev manctl \ - mtree mrouted named nslookup pkg_install portmap pppd pstat \ - pwd_mkdb quotaon pppd pppstats repquota routed rmt rwhod sa \ + mtree mrouted named nslookup pkg_install portmap pppd pppstats \ + pstat pwd_mkdb quotaon repquota routed rmt rwhod sa \ sendmail sliplogin slstat sysctl syslogd tcpdump timed traceroute \ trpt tzsetup vipw xntpd xten ypbind yppoll ypset zic |