1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 05:00:25 +00:00
Files
AROS-v0/workbench/devs/netinfo/mmakefile.src
deadwood 512f1a382b Disabled usergroup.library and netinfo.device
Interface needs a review before making it public, for example utmp.h
contains long variables, which have different size between 32-bit
and 64-bit.
2025-10-17 09:31:43 +02:00

28 lines
492 B
Plaintext

include $(SRCDIR)/config/aros.cfg
FILES := \
assert \
netinfo \
server \
entries \
groupunit \
passwdunit \
misc
#MM- workbench-devs-common: workbench-devs-netinfo
#MM- workbench-devs-quick: workbench-devs-netinfo-quick
#USER_CPPFLAGS := -DDEBUG=1
USER_LDFLAGS := -static
#%build_module mmake=workbench-devs-netinfo \
# modname=netinfo modtype=device \
# files=$(FILES)
#INCLUDE_FILES = include/netinfo.h
#%copy_includes path=devices dir=include
%common