Definitions taken from original machines/freebsd.

This commit is contained in:
wollman 1993-12-21 21:11:53 +00:00
parent 961a5c5b9f
commit 23c79208e3

@ -0,0 +1,7 @@
DEFS_LOCAL=-DREFCLOCK
NTPDEFS= -DSYS_FREEBSD -DSYS_386BSD
AUTHDEFS= -DMD5
CLOCKDEFS= -DLOCAL_CLOCK
# -DPARSE doesn't work yet, but should be feasible.
CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS}
BINDIR?= /usr/sbin