summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-01 15:39:46 +0000
committerbde <bde@FreeBSD.org>1998-05-01 15:39:46 +0000
commitf68c853da9014a88624ab48cbf7d038a8a05ed13 (patch)
tree82a56f66004606553947d166c4e9cd53488850c9 /usr.sbin/xntpd/Makefile.inc
parentdfa49715ca9331d53491386a3a06c81c042f29ad (diff)
downloadFreeBSD-src-f68c853da9014a88624ab48cbf7d038a8a05ed13.zip
FreeBSD-src-f68c853da9014a88624ab48cbf7d038a8a05ed13.tar.gz
Removed self-inclusion-prevention ifdef. It is unnecessary now that
bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc.
Diffstat (limited to 'usr.sbin/xntpd/Makefile.inc')
-rw-r--r--usr.sbin/xntpd/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc
index 571be34..cecc8ec 100644
--- a/usr.sbin/xntpd/Makefile.inc
+++ b/usr.sbin/xntpd/Makefile.inc
@@ -1,5 +1,4 @@
-.if !defined(BEEN_HERE)
-BEEN_HERE=1
+# $Id$
DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY
NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD
@@ -20,4 +19,3 @@ AUTHDEFS+= -DDES
.endif
.include "../Makefile.inc"
-.endif
OpenPOWER on IntegriCloud