mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Compile in all refclocks that will compile, since they don't take up
that much space to begin with. Also use uname(2) to determine OS name and architecture.
This commit is contained in:
parent
be664ae2ab
commit
4e296ff0e3
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
DEFS_LOCAL=-DREFCLOCK
|
||||
NTPDEFS= -DSYS_FREEBSD -DSYS_386BSD
|
||||
DEFS_LOCAL=-DREFCLOCK -DPARSE
|
||||
NTPDEFS= -DSYS_FREEBSD -DSYS_386BSD -DHAVE_TERMIOS
|
||||
AUTHDEFS= -DMD5
|
||||
CLOCKDEFS= -DLOCAL_CLOCK
|
||||
# -DPARSE doesn't work yet, but should be feasible.
|
||||
CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
|
||||
-DLEITCH
|
||||
CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS}
|
||||
BINDIR?= /usr/sbin
|
||||
|
|
|
|||
Loading…
Reference in a new issue