summaryrefslogtreecommitdiff
path: root/net/ywho
diff options
context:
space:
mode:
Diffstat (limited to 'net/ywho')
-rw-r--r--net/ywho/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile
index 330eabc1fc1..9620520cd0a 100644
--- a/net/ywho/Makefile
+++ b/net/ywho/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:03 tv Exp $
+# $NetBSD: Makefile,v 1.9 2007/09/20 08:57:53 rillig Exp $
#
DISTNAME= ywho-1.3
@@ -9,7 +9,8 @@ MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Who, users, uptime on clients in a sun-RPC network
NO_CONFIGURE= yes
-BUILD_TARGET= all DEST=${PREFIX}
-INSTALL_TARGET= install install.man DEST=${PREFIX}
+MAKE_FLAGS+= DEST=${PREFIX}
+BUILD_TARGET= all
+INSTALL_TARGET= install install.man
.include "../../mk/bsd.pkg.mk"