diff options
author | obache <obache> | 2007-10-14 02:04:38 +0000 |
---|---|---|
committer | obache <obache> | 2007-10-14 02:04:38 +0000 |
commit | 59be673277314f120de987a04a2eedad87f18c7c (patch) | |
tree | d804c7bbb0c90215ca80a8c6f15edd8f6e742a3c /net/ttt/Makefile | |
parent | 9bb07f31dc3127c946d39bb916a609e136908803 (diff) | |
download | pkgsrc-59be673277314f120de987a04a2eedad87f18c7c.tar.gz |
Add ipv6 option.
Patch provided by Yakovetsky Vladimir in PR 37092.
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index e45810d66b6..75ef9014886 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/09/07 13:53:44 obache Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/14 02:04:38 obache Exp $ # DISTNAME= ttt-1.8.2 @@ -21,6 +21,8 @@ INSTALL_TARGET= install install-man .endif .endif +.include "options.mk" + .include "../../net/libpcap/buildlink3.mk" .include "../../x11/blt/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" |