15 lines
327 B
Makefile
15 lines
327 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/03/28 21:14:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= genpasswd-1.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
COMMENT= Random password generator
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install install.man DEST=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|