summaryrefslogtreecommitdiff
path: root/misc/cwish/files/patch-01
blob: 7860f8e4a564741ad72e71d136f403427b201d73 (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
34
35
36
37
38
39
40
41
42
43
--- Makefile.FreeBSD.orig	Fri Jul 30 16:59:53 1999
+++ Makefile.FreeBSD	Fri Feb  9 16:37:40 2007
@@ -6,7 +6,7 @@
 #
 #---------------------------------------------------------------------------
 
-CC=		cc
+CC?=		cc
 NAME=		cwish
 DEST=		/usr/local/bin
 MANDIR=		/usr/local/man
@@ -27,25 +27,25 @@
 
 #-- FreeBSD debugging -------------------------------------------------------
 #CFLAGS=	-O2 -Wall -g -pipe $(DEFS)
-#LFLAGS=	-lncurses -lmytinfo
+#LFLAGS=	-lncurses
 
 #-- FreeBSD curses debugging ------------------------------------------------
 #CFLAGS=	-O2 -Wall -g -pipe $(DEFS)
-#LFLAGS=	-ldncurses -lmytinfo
+#LFLAGS=	-ldncurses
 
 #-- FreeBSD production ------------------------------------------------------
-CFLAGS=	-O2 -Wall -pipe $(DEFS)
-LFLAGS=	-lncurses -lmytinfo
+CFLAGS+= -Wall $(DEFS)
+LFLAGS=	-lncurses
 
 
 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