14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
$NetBSD: patch-af,v 1.4 1999/12/27 12:13:07 rh Exp $
|
|
|
|
--- support/makefiles/Makefile.nbs.orig Mon Oct 4 15:44:08 1999
|
|
+++ support/makefiles/Makefile.nbs Mon Dec 27 11:03:06 1999
|
|
@@ -33,7 +33,7 @@
|
|
LIBC = /usr/lib/libc.a
|
|
IFLAGS =
|
|
LFLAGS =
|
|
-CFLAGS = -O ${IFLAGS} ${LFLAGS}
|
|
+CFLAGS+= ${IFLAGS} ${LFLAGS}
|
|
|
|
SRCS = strcasestr.c authuser.c ftw.c
|
|
OBJS = strcasestr.o authuser.o ftw.o
|