diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 07:58:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 07:58:04 +0000 |
commit | 9cface328624c37d625f1e0ffd902294f135dcb7 (patch) | |
tree | 23f9a2d6a1038df182d6326bc5e0144373de4d64 /net/ng_daphne | |
parent | 8a9d81fc864c7806358049ceb56e361dffa21b03 (diff) |
Notes
Diffstat (limited to 'net/ng_daphne')
-rw-r--r-- | net/ng_daphne/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ng_daphne/Makefile b/net/ng_daphne/Makefile index e01592c6946f..3e901d8904a2 100644 --- a/net/ng_daphne/Makefile +++ b/net/ng_daphne/Makefile @@ -15,6 +15,8 @@ COMMENT= A simple netgraph module for multihop ad hoc networks .include <bsd.port.pre.mk> +BROKEN= "Does not compile" + .if !exists(/usr/src/sys/netgraph/netgraph.h) IGNORE= "Requires kernel source /usr/src/sys to build" .endif |