aboutsummaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-02 23:23:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-02 23:23:33 +0000
commit425c618b27df18dd55b4c70389c0c09afcd5fabd (patch)
tree844151daf391854af285555f5386c54a5b8e33b4 /net/arla
parent761355d607a66440be50a49839df5a6fcf38488a (diff)
Deprecate and schedule for termination on 2006-12-01
Notes
Notes: svn path=/head/; revision=171932
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 560586fec23c..906285f97635 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -26,6 +26,8 @@ BROKEN= "security/heimdal is broken"
BROKEN= "compiles but overwrites files from a dependency (security/heimdal)"
.else
BROKEN= "does not compile"
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE=2006-12-01
.endif
.if !exists(/usr/src/sys/kern/vnode_if.src)