Import ncpfs 0.7

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent e05e55a64a
commit f2bcb2c71e
27 changed files with 3799 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ INCLUDES = -I/usr/src/linux/include -I../kernel
BINDIR = ../bin
UTILS = ncpmount ncpumount ncptest ipx_configure
CFLAGS = -Wall $(INCLUDES) -g
CFLAGS = -Wall $(INCLUDES) -O2
CC = gcc
all: $(UTILS)