summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-02-03 23:22:12 +0000
committerwollman <wollman@FreeBSD.org>1994-02-03 23:22:12 +0000
commit1648179ed233a2ee57901bb12679bc0ff7c65555 (patch)
tree1e5cafcf5bafddf5ca9b753dfc0feae34d71b5ac /usr.sbin/xntpd/Makefile.inc
parent601956bba379692f40f33ff62a49be5f76eddfb7 (diff)
downloadFreeBSD-src-1648179ed233a2ee57901bb12679bc0ff7c65555.zip
FreeBSD-src-1648179ed233a2ee57901bb12679bc0ff7c65555.tar.gz
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.
Diffstat (limited to 'usr.sbin/xntpd/Makefile.inc')
-rw-r--r--usr.sbin/xntpd/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
index c5d0b78..0983df9 100644
--- a/usr.sbin/xntpd/Makefile.inc
+++ b/usr.sbin/xntpd/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud