summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-21 21:11:53 +0000
committerwollman <wollman@FreeBSD.org>1993-12-21 21:11:53 +0000
commit23c79208e36f63533c20ad7ce10db731e73c18ef (patch)
treea321cff7c3933c0c121291e989f6212c15c8871b /usr.sbin/xntpd/Makefile.inc
parent961a5c5b9f83b221ac8bccf9d178b5fd9b7fceb4 (diff)
downloadFreeBSD-src-23c79208e36f63533c20ad7ce10db731e73c18ef.zip
FreeBSD-src-23c79208e36f63533c20ad7ce10db731e73c18ef.tar.gz
Definitions taken from original machines/freebsd.
Diffstat (limited to 'usr.sbin/xntpd/Makefile.inc')
-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 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
OpenPOWER on IntegriCloud