mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
8 lines
241 B
PHP
8 lines
241 B
PHP
|
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
|