diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-25 17:32:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-25 17:32:45 +0000 |
commit | c4c3d48aeec647cb19810a236f0c4fa5c92da83f (patch) | |
tree | c11ecafcfdec99d89d644bb34eb75aef9b40dab9 /net/nam | |
parent | e59aa7c28651e5ed2eadf83578f104bf340822d2 (diff) | |
download | pkgsrc-c4c3d48aeec647cb19810a236f0c4fa5c92da83f.tar.gz |
Remove unnecessary inclusion of bsd.prefs.mk.
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index bbdbdb9e1c5..7278ff3d475 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/25 11:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/25 17:32:45 wiz Exp $ DISTNAME= nam-src-1.9 PKGNAME= ${DISTNAME:S/-src//} @@ -9,8 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.isi.edu/nsnam/nam/ COMMENT= The UCB/LBNL Network Animator -.include "../../mk/bsd.prefs.mk" - WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes USE_BUILDLINK2= yes |