This commit is contained in:
sturm 2004-10-31 19:05:28 +00:00
parent c6736816d2
commit 927d9305e8

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-parse_Makefile,v 1.1 2004/10/31 19:05:28 sturm Exp $
--- parse/Makefile.orig Sat Oct 9 09:30:31 2004
+++ parse/Makefile Sat Oct 9 09:31:43 2004
@@ -25,6 +25,9 @@ ParseCsv1.o: ParseCsv1.c ../libs/JsStr.h
ParseIpAcl.o: ParseIpAcl.c ../libs/JsStr.h ../libs/MaraHash.h ../MaraDns.h
$(CC) -c $(FLAGS) -o ParseIpAcl.o ParseIpAcl.c
+../server/timestamp.o:
+ $(CC) -c $(FLAGS) -o ../server/timestamp.o ../server/timestamp.c
+
parsetest: parsetest.c $(OBJECTS)
$(CC) $(FLAGS) -o parsetest parsetest.c $(OBJECTS)