mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
/* -*- Mode: Text -*- */
|
|
|
|
#ifndef __windows__
|
|
rcfile = ".ntprc";
|
|
#else
|
|
rcfile = "ntp.ini";
|
|
#endif
|
|
|
|
homerc = $HOME, ".";
|