summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.obsolete.mk
blob: 397a1a15a50c1d7e8b9a3f79a3c6554d2b7e3196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: bsd.pkg.obsolete.mk,v 1.1 2001/11/25 19:28:08 jlam Exp $
#
# This file holds make(1) logic to allow obsolete or deprecated variables
# still to be used.  These may eventually disappear over time as the contents
# are, by definition, obsolete and deprecated.

.if defined(APACHE_SYSCONFDIR)
PKG_SYSCONFDIR.ap-ssl?=		${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.apache?=		${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.apache6?=	${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.imp?=		${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.horde?=		${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.squirrelmail?=	${APACHE_SYSCONFDIR}
PKG_SYSCONFDIR.stripes?=	${APACHE_SYSCONFDIR}
.endif

.if defined(PHP_CONFDIR)
PKG_SYSCONFDIR.php?=		${PHP_CONFDIR}
.endif

.if defined(VTUN_SYSCONFDIR)
PKG_SYSCONFDIR.vtun?=		${VTUN_SYSCONFDIR}
.endif