mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
--- ../lib/vntype/Makefile.orig Tue Aug 10 18:26:33 1993
|
|
+++ ../lib/vntype/Makefile Fri Dec 6 11:48:38 1996
|
|
@@ -12,13 +12,13 @@
|
|
SRTI = vntype.I toupper.I tolower.I
|
|
SRTS = vntype.srt toupper.srt tolower.srt
|
|
LIB = $(VNLIBDIR)/libvntype.a
|
|
-RANLIB = echo
|
|
+RANLIB = ranlib
|
|
|
|
INC = -I$(VNINCDIR)
|
|
#FLAGS = -DNOANSI_C
|
|
CFLAGS = $(FLAGS) $(INC)
|
|
CC = cc
|
|
-CPP = /lib/cpp
|
|
+CPP = cpp
|
|
|
|
.I.srt:
|
|
@echo -n "Generating $@ from $*.I..."
|