diff options
Diffstat (limited to 'net/nprobe')
-rw-r--r-- | net/nprobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index f8bae5c6ac6..86eab914f79 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:25 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:26 jlam Exp $ DISTNAME= nProbe-source-1.3.1 PKGREVISION= 2 @@ -17,6 +17,7 @@ USE_TOOLS+= gmake BUILD_TARGET= nprobe INTERACTIVE_STAGE= fetch +INSTALLATION_DIRS= sbin # Uncomment this to make a demo version of nprobe. #CFLAGS+= -DMAX_DEMO_FLOWS=1000 -DDEMO_MODE |