Files
QNX/services/random/common.mk
2025-08-20 19:02:58 +08:00

19 lines
240 B
Makefile

ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
INSTALLDIR=usr/sbin
define PINFO
PINFO DESCRIPTION= /dev/random Service
endef
# CCFLAGS += -O2
LIBS=m z
USEFILE=$(PROJECT_ROOT)/random.use
include $(MKFILES_ROOT)/qtargets.mk