Import ncpfs 0.15

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent 7bef99df0f
commit b8ce93c8bd
9 changed files with 221 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ UTIL_EXECS = ncpmount ncpumount nprint slist pqlist fsinfo pserver
UTILS = $(addprefix $(INTERM_BINDIR)/,$(UTIL_EXECS))
UIDUTILS = ncpmount ncpumount
# CFLAGS = -Wall $(INCLUDES) -O2 $(KERNELD)
#CFLAGS = -Wall $(INCLUDES) $(KERNELD) -g
CFLAGS = -Wall $(INCLUDES) $(KERNELD) -O2
CC = gcc