diff options
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/bsd.plist.mk | 6 |
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" |