From 14a33b077132097bfda116e6b3e147576707558a Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 03:03:21 +0000 Subject: Use a variable to prevent multiple inclusion from duplicating CFLAGS args. --- usr.sbin/xntpd/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.sbin/xntpd') diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index 0e093b9..906b5c6 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 -- cgit v1.1