From 23c79208e36f63533c20ad7ce10db731e73c18ef Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 21 Dec 1993 21:11:53 +0000 Subject: Definitions taken from original machines/freebsd. --- usr.sbin/xntpd/Makefile.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr.sbin/xntpd/Makefile.inc (limited to 'usr.sbin/xntpd/Makefile.inc') diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc new file mode 100644 index 0000000..c5d0b78 --- /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 -- cgit v1.1