From 8e1315283a3d27f80a8d98921608880fced2b430 Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 23 Nov 1997 23:06:32 +0000 Subject: [PATCH] Add ipft_pc.c to the SRCS line to fix a build error. --- usr.sbin/ipf/ipresend/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ipf/ipresend/Makefile b/usr.sbin/ipf/ipresend/Makefile index 38345223ae50..4d1efe6141f6 100644 --- a/usr.sbin/ipf/ipresend/Makefile +++ b/usr.sbin/ipf/ipresend/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.11 1997/10/25 06:58:15 lukem Exp $ +# $NetBSD: Makefile,v 1.12 1997/11/23 23:06:32 veego Exp $ PROG= ipresend -SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c +SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c ipft_pc.c MAN= ipresend.1 + CPPFLAGS+=-I${.CURDIR}/../ipf -I${.CURDIR}/../ipfstat CPPFLAGS+=-I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest .PATH: ${.CURDIR}/../ipf ${.CURDIR}/../ipfstat .PATH: ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest + .include