2025-08-18 09:47:34 +02:00

16 lines
324 B
Plaintext

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
#endif
CDEBUGFLAGS += -Wno-error=implicit-function-declaration -fpermissive
SRCS = vncpasswd.c
INCLUDES = -I../include
VNCAUTH_LIB = ../libvncauth/libvncauth.a
all:: nxpasswd
NormalProgramTarget(nxpasswd,vncpasswd.o,$(VNCAUTH_LIB),$(VNCAUTH_LIB),)
DependTarget()