diff options
author | wiz <wiz> | 2004-01-25 17:32:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-01-25 17:32:45 +0000 |
commit | 2c5e1404c967d3c704687ecd3c443088a349f285 (patch) | |
tree | c11ecafcfdec99d89d644bb34eb75aef9b40dab9 /net/ns | |
parent | 43b28008575c975ef65acf9eb4d13e5da516573e (diff) | |
download | pkgsrc-2c5e1404c967d3c704687ecd3c443088a349f285.tar.gz |
Remove unnecessary inclusion of bsd.prefs.mk.
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 3cae0ad0b3c..ad5525a11d1 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:22:20 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/25 17:32:45 wiz Exp $ DISTNAME= ns-src-2.26 PKGNAME= ${DISTNAME:S/-src//} @@ -10,8 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.isi.edu/nsnam/ns/ COMMENT= The UCB/LBNL Network Simulator Version 2 -.include "../../mk/bsd.prefs.mk" - WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes USE_BUILDLINK2= yes |