Definitions taken from original machines/freebsd.
This commit is contained in:
parent
961a5c5b9f
commit
23c79208e3
7
usr.sbin/xntpd/Makefile.inc
Normal file
7
usr.sbin/xntpd/Makefile.inc
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user