diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-12-10 14:36:38 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-12-10 14:36:38 +0000 |
commit | 05f1d4f4b893c496aaaf51384b348015b967cb32 (patch) | |
tree | 5dbb2e72dc4dc52bc5fd8876d91178fd679e33de | |
parent | a98ecf648879a06e8bb087d45aa8431477b51031 (diff) | |
download | pkgsrc-05f1d4f4b893c496aaaf51384b348015b967cb32.tar.gz |
Remove useless .include "../../mk/bsd.prefs.mk"
-rw-r--r-- | sysutils/htop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 6fff38924c5..a352871008d 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/12/10 13:28:43 cheusov Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/10 14:36:38 cheusov Exp $ # DISTNAME= htop-0.9 @@ -20,8 +20,6 @@ USE_LIBTOOL= yes ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-* -.include "../../mk/bsd.prefs.mk" - CONFIGURE_ENV+= ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes pre-configure: |