diff options
author | grant <grant> | 2004-07-24 23:56:29 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-24 23:56:29 +0000 |
commit | ac8d9e956808fa5b138f6aba4a02b9b55e3e2d20 (patch) | |
tree | 2fb9c8befc65e298ee2f7ac5173c4d5d0739d190 /net/ywho/Makefile | |
parent | de84806dd05cb2093511bd92e9216e900f63b03f (diff) | |
download | pkgsrc-ac8d9e956808fa5b138f6aba4a02b9b55e3e2d20.tar.gz |
use buildlink3 so we strip gcc specific arguments.
Diffstat (limited to 'net/ywho/Makefile')
-rw-r--r-- | net/ywho/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile index eb6243c074e..c9a55b25e6d 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:11:30 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/24 23:56:29 grant Exp $ # DISTNAME= ywho-1.3 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Who, users, uptime on clients in a sun-RPC network +USE_BUILDLINK3= yes NO_CONFIGURE= yes ALL_TARGET= all DEST=${PREFIX} INSTALL_TARGET= install install.man DEST=${PREFIX} |