X-Git-Url: https://gitweb.dragonflybsd.org/~corecode/dragonfly.git/blobdiff_plain/8da715f726a46c4a415d0cab2eeec61fb281ebc1..66834c05e5efde7486e68ab0cc3ad83842ba07cc:/share/Makefile diff --git a/share/Makefile b/share/Makefile index 1bc9d78781..bcb3b12dd9 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/Makefile,v 1.22.2.4 2002/03/12 17:13:32 phantom Exp $ -# $DragonFly: src/share/Makefile,v 1.5 2006/07/14 21:42:07 swildner Exp $ +# $DragonFly: src/share/Makefile,v 1.6 2008/07/09 07:21:03 swildner Exp $ # Do not include `info' in the SUBDIR list, it is handled separately. @@ -15,4 +15,8 @@ SUBDIR+= isdn SUBDIR+= sendmail .endif +.if defined(WANT_INSTALLER) +SUBDIR+= installer +.endif + .include