diff options
author | roberto <roberto@FreeBSD.org> | 2008-08-22 21:20:23 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2008-08-22 21:20:23 +0000 |
commit | 2c1bd90c13f2eaa2d33f7132e4df07198e5658c3 (patch) | |
tree | 12d4a291f1bf4802ef548ac85b1aff6a1af424bf /usr.sbin/Makefile | |
parent | 37c301f3723c34f67dd416c6e9d15ecd5d676653 (diff) | |
download | FreeBSD-src-2c1bd90c13f2eaa2d33f7132e4df07198e5658c3.zip FreeBSD-src-2c1bd90c13f2eaa2d33f7132e4df07198e5658c3.tar.gz |
Hook back ntp to the build now that I fixed it.
Pointy hat to: me
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 648b149..44ccefb 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -111,7 +111,7 @@ SUBDIR= ac \ nghook \ nologin \ ${_nscd} \ - ${_ntp} \ + ntp \ ${_nvram} \ ${_ofwdump} \ pccard \ |