diff options
author | simonb <simonb> | 1999-02-15 04:36:31 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-02-15 04:36:31 +0000 |
commit | 0a64339816b1feaa03be70e2627d9f0402786b06 (patch) | |
tree | e734e798bfaee1318f0b60f13b51e20d4d464f0c /sysutils | |
parent | 70981ea135ba1b7170650b67e8549bad9b0aebba (diff) | |
download | pkgsrc-0a64339816b1feaa03be70e2627d9f0402786b06.tar.gz |
Add an IGNORE= line if top is installed in /usr/bin/top
(from Hubert Feyrer).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/top/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index a77e6edc9d9..e159f7a4b97 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/10/04 02:35:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 1999/02/15 04:36:31 simonb Exp $ # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp # @@ -14,6 +14,10 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= netbsd13 +.if exists(/usr/bin/top) +IGNORE= "is part of your NetBSD distribution" +.endif + # UVM definition will be pulled in from pkgsrc's mk/bsd.own.mk for now MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ |