15 lines
373 B
Makefile
15 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/02/17 18:20:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ywho-1.3
|
|
CATEGORIES= net
|
|
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
|
|
|
|
NO_CONFIGURE= yes
|
|
ALL_TARGET= all DEST=${PREFIX}
|
|
INSTALL_TARGET= install install.man DEST=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|