summaryrefslogtreecommitdiff
path: root/mk/prlist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/prlist.mk')
-rw-r--r--mk/prlist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/prlist.mk b/mk/prlist.mk
index aca1fde25555..3308a9522c89 100644
--- a/mk/prlist.mk
+++ b/mk/prlist.mk
@@ -1,4 +1,4 @@
-# $Id: prlist.mk,v 1.4 2020/08/19 17:51:53 sjg Exp $
+# $Id: prlist.mk,v 1.5 2021/12/08 05:56:50 sjg Exp $
#
# @(#) Copyright (c) 2006, Simon J. Gerraty
#
@@ -14,7 +14,7 @@
#
.if !target(__${.PARSEFILE}__)
-__${.PARSEFILE}__:
+__${.PARSEFILE}__: .NOTMAIN
# this needs to be included after all the lists it will process
# are defined - which is why it is a separate file.