mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c972382ac4
file suitable for printing to a PostScript printer.
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
--- ../lib/vntype/Makefile.orig Sat Jun 6 00:05:40 1992
|
|
+++ ../lib/vntype/Makefile Sat Dec 7 23:17:27 1996
|
|
@@ -15,7 +15,7 @@
|
|
#FLAGS = -DNOANSI_C
|
|
CFLAGS = $(FLAGS) $(INC)
|
|
CC = cc
|
|
-CPP = /lib/cpp
|
|
+CPP = cpp
|
|
|
|
.c.o:
|
|
$(CC) $(CFLAGS) -c $*.c
|