pkgsrc/sysutils/easydiskpasswd/files/Makefile
drochner 1c3a5708db a little tool to send a password string to these cute USB flash disks;
makes them more usable under NetBSD
(by myself)
2002-09-19 20:56:57 +00:00

10 lines
170 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/09/19 20:56:57 drochner Exp $
PROG= easydiskpasswd
NOMAN= sorry
BINDIR= ${PREFIX}/bin
LDADD= -lutil
WARNS= 2
.include <bsd.prog.mk>