freebsd-ports/archivers/9e/files/patch-aa
Wes Peters e44dc6976a 9e - a simple Plan9 distribution unpacker
PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@mindspring.com>
2000-06-27 03:55:27 +00:00

28 lines
386 B
Plaintext

--- Makefile.orig Thu Jun 22 18:59:41 2000
+++ Makefile Thu Jun 22 19:04:02 2000
@@ -1,14 +1,9 @@
# Makefile for 9e
-CC = gcc
-
-CFLAGS = -g3 -ggdb
+CFLAGS = -O
.PHONY: all clean distclean
-LIBS = -lefence
-
-HDRS = 9a.h
SRCS = 9e.c
OBJS = 9e.o
@@ -17,7 +12,7 @@
all: $(BINARIES)
9e: $(OBJS)
- $(CC) -o 9e 9e.o $(LIBS)
+ $(CC) -o 9e 9e.o
clean:
rm -f *.o *~ a.out