summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-25 18:27:05 +0000
committerrillig <rillig>2007-10-25 18:27:05 +0000
commit5f292bcf4c86da957b7ac95bd135b4269221bf98 (patch)
treed431da1e6983cb0d43aa5aefee9e1949f2a56243 /mk/plist
parentd8a3f60a8a0235b972c60d11e129b007b3b5f47a (diff)
downloadpkgsrc-5f292bcf4c86da957b7ac95bd135b4269221bf98.tar.gz
simpler includes.
Diffstat (limited to 'mk/plist')
-rw-r--r--mk/plist/bsd.plist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/plist/bsd.plist.mk b/mk/plist/bsd.plist.mk
index 376069c959b..63f6090a98b 100644
--- a/mk/plist/bsd.plist.mk
+++ b/mk/plist/bsd.plist.mk
@@ -1,7 +1,7 @@
-# $NetBSD: bsd.plist.mk,v 1.1 2006/01/12 23:43:57 jlam Exp $
+# $NetBSD: bsd.plist.mk,v 1.2 2007/10/25 18:27:05 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# PLIST-related variables and targets.
-.include "../../mk/plist/plist.mk"
-.include "../../mk/plist/print-plist.mk"
+.include "plist.mk"
+.include "print-plist.mk"