summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 03:03:21 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 03:03:21 +0000
commit53a25106cd095f0b21a1e05aea7930daf7029544 (patch)
tree23e8235f81ab8648a9bd778b31ef3af56c05a141
parent22ac97e25ca6adc9167106dfd5b7d7a566d5cf4e (diff)
Notes
-rw-r--r--usr.sbin/xntpd/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
index 0e093b96e3e4..906b5c6fb18b 100644
--- a/usr.sbin/xntpd/Makefile.inc
+++ b/usr.sbin/xntpd/Makefile.inc
@@ -1,3 +1,6 @@
+.if !defined(BEEN_HERE)
+BEEN_HERE=1
+
DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY
NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD
AUTHDEFS= -DMD5
@@ -10,3 +13,5 @@ BINDIR?= /usr/sbin
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib)
AUTHDEFS+= -DDES
.endif
+
+.endif