mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
3745190bef
Submitted by: oleg dashevskii <be9 (at) be9.ru>
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
--- Makefile.orig Sat Feb 19 22:02:36 2000
|
|
+++ Makefile Sat Feb 19 22:02:45 2000
|
|
@@ -10,7 +10,6 @@
|
|
rm -f ${PROG} ${OBJ} ${SRC}~
|
|
|
|
${PROG}: ${SRC}
|
|
- gcc -O6 -fno-strength-reduce -m486 -o ${PROG} ${SRC}
|
|
|
|
install: ${PROG}
|
|
install -s -m 755 ${PROG} ${BINDIR}
|