aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1993-12-21 21:11:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1993-12-21 21:11:53 +0000
commit098f55fecd98527e2f7bef9e61a1357e43b04b52 (patch)
treea321cff7c3933c0c121291e989f6212c15c8871b /usr.sbin/xntpd
parent1ffc6e3a9ebfbedd3395d0a1590fb5200ada91f0 (diff)
downloadsrc-098f55fecd98527e2f7bef9e61a1357e43b04b52.tar.gz
src-098f55fecd98527e2f7bef9e61a1357e43b04b52.zip
Definitions taken from original machines/freebsd.
Notes
Notes: svn path=/head/; revision=906
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
new file mode 100644
index 000000000000..c5d0b78a8cf4
--- /dev/null
+++ b/usr.sbin/xntpd/Makefile.inc
@@ -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