mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
--- Makefile.orig Thu May 16 03:09:50 1991
|
|
+++ Makefile Sun Apr 2 11:44:47 2000
|
|
@@ -22,7 +22,7 @@
|
|
SRC5= regexp.c regexp.h regsub.c sysdos.c system.c tinytcap.c tio.c tmp.c
|
|
SRC6= vars.c vcmd.c vi.c vi.h ctags.c ref.c virec.c wildcard.c shell.c
|
|
EXTRA=
|
|
-CFLAGS= -O
|
|
+CFLAGS+= -D_HAVE_PARAM_H
|
|
LIBS= -ltermcap
|
|
|
|
all: $(PROGS)
|