summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/iplang
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-10-29 08:07:08 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-10-29 08:07:08 +0000
commit77a62e2a58642d4f2e31e9cfc354994062d9777b (patch)
treee416fe3d7a717216f4b6a27a302dec6d07f42d42 /contrib/ipfilter/iplang
parent7595d5ffce4a14f32ac605d21cbd61fbe85057e2 (diff)
downloadFreeBSD-src-77a62e2a58642d4f2e31e9cfc354994062d9777b.zip
FreeBSD-src-77a62e2a58642d4f2e31e9cfc354994062d9777b.tar.gz
Import IP Filter 3.4.13 into src/contrib, not src/contirb
Diffstat (limited to 'contrib/ipfilter/iplang')
-rw-r--r--contrib/ipfilter/iplang/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ipfilter/iplang/Makefile b/contrib/ipfilter/iplang/Makefile
index 32ae8e3..f97bf19 100644
--- a/contrib/ipfilter/iplang/Makefile
+++ b/contrib/ipfilter/iplang/Makefile
@@ -11,6 +11,9 @@ all: $(DESTDIR)/y.tab.o $(DESTDIR)/lex.yy.o
$(DESTDIR)/y.tab.o: $(DESTDIR)/y.tab.c
$(CC) $(DEBUG) -I. -I.. -I$(DESTDIR) -I../ipsend $(CFLAGS) $(LINUX) -c $(DESTDIR)/y.tab.c -o $@
+$(DESTDIR)/$(OBJ)/y.tab.o: $(DESTDIR)/y.tab.c
+ $(CC) $(DEBUG) -I. -I.. -I$(DESTDIR) -I../ipsend $(CFLAGS) $(LINUX) -c $(DESTDIR)/y.tab.c -o $@
+
$(DESTDIR)/lex.yy.o: $(DESTDIR)/lex.yy.c
$(CC) $(DEBUG) -I. -I.. -I$(DESTDIR) -I../ipsend $(CFLAGS) $(LINUX) -c $(DESTDIR)/lex.yy.c -o $@
OpenPOWER on IntegriCloud