diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-25 18:27:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-25 18:27:05 +0000 |
commit | a10504d8a1b59e8c55e4194ee038bd5a8d9634f5 (patch) | |
tree | d431da1e6983cb0d43aa5aefee9e1949f2a56243 /mk | |
parent | 77aa0570983e06d64ed9afa9542a561f7217b52f (diff) | |
download | pkgsrc-a10504d8a1b59e8c55e4194ee038bd5a8d9634f5.tar.gz |
simpler includes.
Diffstat (limited to 'mk')
-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" |