SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
--- crc/makefile.orig Fri Oct 25 17:27:17 2002
+++ crc/makefile Fri Oct 25 17:29:27 2002
@@ -1,4 +1,4 @@
-CFLAGS = -O $(CF)
+CFLAGS = $(CF)
CRCC = arc.c ccitt.c kermit.c binhex.c ccitt32.c zip.c
CRCO = arc.o ccitt.o kermit.o binhex.o ccitt32.o zip.o
@@ -16,7 +16,7 @@ $(CRCC): makecrc
./makecrc
makecrc: makecrc.o
- cc -O -o makecrc makecrc.o
+ ${CC} ${CFLAGS} -o makecrc makecrc.o
arc.o: arc.c
ccitt.o: ccitt.c