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>
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
--- src/makefiles/Makefile.fbs.orig Tue Aug 31 03:55:26 1999
|
|
+++ src/makefiles/Makefile.fbs Wed Oct 20 20:34:07 1999
|
|
@@ -30,7 +30,7 @@
|
|
#CC = cc
|
|
IFLAGS = -I.. -I../support
|
|
LFLAGS = -L../support -s
|
|
-CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_CRYPT_PROTO
|
|
+CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_CRYPT_PROTO
|
|
XOBJS =
|
|
LIBES = -lsupport -lutil -lskey -lmd -lcrypt
|
|
LIBC = /usr/lib/libc.a
|