diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:45:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:45:46 +0000 |
commit | 3919ad374aeccbfbc024b74dd5d98b17c34bb766 (patch) | |
tree | 613a0c76a50d5b3b6424455fa2d77b469b88a6bd /net-mgmt/net-snmp53 | |
parent | Add WRKSRC so this thing actually compiles. While I'm here, clean up (diff) |
Make this NO_PACKAGE, it asks too many questions.
Notes
Notes:
svn path=/head/; revision=4642
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index c0bad231b02c..d1f8354e07fa 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.2 1996/07/09 19:00:08 gpalmer Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:36:53 asami Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG +NO_PACKAGES= yes # asks too many questions GNU_CONFIGURE= yes IS_INTERACTIVE= yes |