diff options
Diffstat (limited to 'mk/plist/bsd.plist.mk')
-rw-r--r-- | mk/plist/bsd.plist.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/plist/bsd.plist.mk b/mk/plist/bsd.plist.mk new file mode 100644 index 00000000000..376069c959b --- /dev/null +++ b/mk/plist/bsd.plist.mk @@ -0,0 +1,7 @@ +# $NetBSD: bsd.plist.mk,v 1.1 2006/01/12 23:43:57 jlam 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" |