diff options
author | cheusov <cheusov> | 2011-12-10 14:36:38 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-12-10 14:36:38 +0000 |
commit | 1bfd08018b5ff5798f6e55f15f99fc96f859aadc (patch) | |
tree | 5dbb2e72dc4dc52bc5fd8876d91178fd679e33de /sysutils | |
parent | 6b2012edc810ec09425b348e7c7fae1d2bce6500 (diff) | |
download | pkgsrc-1bfd08018b5ff5798f6e55f15f99fc96f859aadc.tar.gz |
Remove useless .include "../../mk/bsd.prefs.mk"
Diffstat (limited to 'sysutils')
-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: |