f8255869a7
import vmware-vncpasswd (PERMIT_*=no due to missing license). vmware-vncpasswd is a simple tool to generate the obfuscated password line for VMware's in-built VNC server which can be enabled by setting the following parameters in the .vmx file. RemoteDisplay.vnc.enabled = "true" RemoteDisplay.vnc.port = "5902" RemoteDisplay.vnc.key = "<obfuscated password>"
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/21 11:17:00 sthen Exp $
|
|
|
|
NOMAN= noman
|
|
BINDIR= ${TRUEPREFIX}/bin
|
|
|
|
PROG= vmware-vncpasswd
|
|
SRCS= vmware-vncpasswd.c d3des.c base64.c
|
|
|
|
.include <bsd.prog.mk>
|