mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1a8eb4b4c1
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
20 lines
509 B
Plaintext
20 lines
509 B
Plaintext
*** support/makefiles/Makefile.fbs.orig Mon Oct 4 22:44:08 1999
|
|
--- support/makefiles/Makefile.fbs Wed Oct 20 20:32:42 1999
|
|
***************
|
|
*** 33,39 ****
|
|
LIBC = /usr/lib/libc.a
|
|
IFLAGS =
|
|
LFLAGS =
|
|
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
|
|
|
|
SRCS = strcasestr.c authuser.c ftw.c
|
|
OBJS = strcasestr.o authuser.o ftw.o
|
|
--- 33,39 ----
|
|
LIBC = /usr/lib/libc.a
|
|
IFLAGS =
|
|
LFLAGS =
|
|
! CFLAGS += ${IFLAGS} ${LFLAGS}
|
|
|
|
SRCS = strcasestr.c authuser.c ftw.c
|
|
OBJS = strcasestr.o authuser.o ftw.o
|