mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Removed self-inclusion-prevention ifdef. It is unnecessary now that
bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc.
This commit is contained in:
parent
b1951f4028
commit
2be57ccd0c
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue