mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 17:50:51 +01:00
4e296ff0e3
that much space to begin with. Also use uname(2) to determine OS name and architecture.
8 lines
269 B
Makefile
8 lines
269 B
Makefile
DEFS_LOCAL=-DREFCLOCK -DPARSE
|
|
NTPDEFS= -DSYS_FREEBSD -DSYS_386BSD -DHAVE_TERMIOS
|
|
AUTHDEFS= -DMD5
|
|
CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
|
|
-DLEITCH
|
|
CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS}
|
|
BINDIR?= /usr/sbin
|