From 7eb820d31b39cda74b56c4c2dc66daa768f5216f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 25 Aug 2004 12:14:06 +0000 Subject: r2066: add 'net time' command use it like: net time net time -U "" -N net time -U DOM\\user ... metze (This used to be commit ea14b2780f1cb6597ba4e71b83364e6a39e966fe) --- source4/utils/net/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils/net/config.mk') diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk index ce90906fe6..f1f6646e9c 100644 --- a/source4/utils/net/config.mk +++ b/source4/utils/net/config.mk @@ -5,7 +5,8 @@ [BINARY::net] OBJ_FILES = \ utils/net/net.o \ - utils/net/net_password.o + utils/net/net_password.o \ + utils/net/net_time.o REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ -- cgit