20 lines
496 B
Makefile
20 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/05/18 19:55:35 wiz Exp $
|
|
|
|
DISTNAME= easydiskpasswd-1.0
|
|
CATEGORIES= sysutils
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
COMMENT= Tool to unlock a password protected USB "EasyDisk"
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= yes
|
|
|
|
# we depend on SCIOCCOMMAND, a header defining sense codes
|
|
# and the "make" infrastructure
|
|
ONLY_FOR_PLATFORM= NetBSD-[3-9]*-*
|
|
|
|
do-extract:
|
|
${CP} ${FILESDIR}/easydiskpasswd.c ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|