mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c23ec56433
and the 8-bit VISCII 1.1 data format.
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
--- ../lib/vntype/Makefile.orig Tue Jan 5 22:18:07 1993
|
|
+++ ../lib/vntype/Makefile Wed Dec 4 03:02:33 1996
|
|
@@ -15,7 +15,7 @@
|
|
#FLAGS = -DNOANSI_C
|
|
CFLAGS = $(FLAGS) $(INC)
|
|
CC = cc
|
|
-CPP = /lib/cpp
|
|
+CPP = cpp
|
|
|
|
.c.o:
|
|
$(CC) $(CFLAGS) -c $*.c
|