sys: MacOS X driver ported from NetBSD

This commit is contained in:
Bryan Christianson
2015-06-13 07:56:39 +12:00
committed by Miroslav Lichvar
parent 8de04a808d
commit d6aafa3f64
8 changed files with 378 additions and 3 deletions

View File

@@ -73,12 +73,14 @@ $(HASH_OBJ) : $(patsubst %.o,%.c,$(HASH_OBJ))
$(CC) $(CFLAGS) $(CPPFLAGS) @HASH_COMPILE@ -c $<
distclean : clean
-rm -f .DS_Store
-rm -f Makefile
-rm -f chrony.conf.5 chrony.texi chronyc.1 chronyd.8
clean :
-rm -f *.o *.s chronyc chronyd core *~ chrony.info chrony.html chrony.txt
-rm -rf .deps
-rm -rf *.dSYM
getdate.c :
bison -o getdate.c getdate.y