aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cwish/files/patch-01
blob: fed7739b6a9b0a56133ed4ba8360864ff4526963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- Makefile.FreeBSD.orig   Fri Jul 30 01:59:53 1999
+++ Makefile.FreeBSD    Wed Sep  4 19:23:55 2002
@@ -6,7 +6,7 @@
 #
 #---------------------------------------------------------------------------
 
-CC=        cc
+CC?=       cc
 NAME=      cwish
 DEST=      /usr/local/bin
 MANDIR=        /usr/local/man
@@ -34,18 +34,18 @@
 #LFLAGS=   -ldncurses -lmytinfo
 
 #-- FreeBSD production ------------------------------------------------------
-CFLAGS=    -O2 -Wall -pipe $(DEFS)
+CFLAGS+= -Wall $(DEFS)
 LFLAGS=    -lncurses -lmytinfo
 
 
 CFILES=        cwish.c files.c movement.c commandline.c rcinit.c \
        fkeys.c paging.c cursor.c header.c history.c help.c \
-       usrgrp.c showtime.c config.c chdir.c complete.c\
+       showtime.c config.c chdir.c complete.c\
        system.c usage.c 
 
 OFILES=        cwish.o files.o movement.o commandline.o rcinit.o \
        fkeys.o paging.o cursor.o header.o history.o help.o \
-       usrgrp.o showtime.o config.o chdir.o complete.o\
+       showtime.o config.o chdir.o complete.o\
        system.o usage.o 
 
 HFILES=        config.h control.h cwish.h rcinit.h version.h