diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 22:11:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 22:11:09 +0000 |
commit | 7dfc6744de724aaa90499d31c8f92d246b4c1c91 (patch) | |
tree | f1401b54626ff5b3343420ed69f36ce4b1eb30be /net | |
parent | Fix post-patch removal of correct .orig file (diff) |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=67414
Diffstat (limited to 'net')
-rw-r--r-- | net/trafcount/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/trafcount/Makefile b/net/trafcount/Makefile index 796b7821e891..fd1a48da6454 100644 --- a/net/trafcount/Makefile +++ b/net/trafcount/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= trafcount MAINTAINER= amir@boom.org.il +BROKEN= "Does not compile" + STARTUP= trafcount.sh MAN1= trafcount.1 |