Module Name: src Committed By: haad Date: Mon May 9 14:36:48 UTC 2011
Modified Files: src/share/mk: bsd.own.mk Log Message: Add MKPERFUSE flag to those who are enabled by default. To generate a diff of this commit: cvs rdiff -u -r1.663 -r1.664 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.663 src/share/mk/bsd.own.mk:1.664 --- src/share/mk/bsd.own.mk:1.663 Thu Apr 21 14:26:35 2011 +++ src/share/mk/bsd.own.mk Mon May 9 14:36:48 2011 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.663 2011/04/21 14:26:35 joerg Exp $ +# $NetBSD: bsd.own.mk,v 1.664 2011/05/09 14:36:48 haad Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -733,7 +733,7 @@ MKNLS \ MKNPF \ MKOBJ \ - MKPAM \ + MKPAM MKPERFUSE \ MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX MKPROFILE \ MKSHARE MKSKEY MKSTATICLIB \ MKX11FONTS \