opnsense-ports/sysutils/oak/files/patch-Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

9 lines
288 B
Text

--- Makefile.in.orig Sun Feb 27 21:54:53 2005
+++ Makefile.in Tue Jun 21 10:27:59 2005
@@ -1,5 +1,5 @@
CC=@CC@
-CFLAGS=-g -Wall
+CFLAGS=@CFLAGS@
OBJS=action.o matchline.o oak.o queuelist.o fire.o queue.o util.o list.o global.o readconfig.o text.o queue_entry.o string.o
oak: $(OBJS)