1 # $NetBSD: Makefile,v 1.23 2004/03/31 00:34:32 lukem Exp $
6 SRCS
= ipsend.c ip.c ipsopt.c iplang_y.c iplang_l.l sbpf.c \
12 CPPFLAGS
+= -I
${NETBSDSRCDIR}/dist/ipf
/ipsend
13 CPPFLAGS
+= -I
${NETBSDSRCDIR}/dist/ipf
/iplang
16 CLEANFILES
+= iplang_y.c iplang_y.h
20 .PATH
: ${NETBSDSRCDIR}/dist/ipf
/ipsend \
21 ${NETBSDSRCDIR}/dist/ipf
/iplang
23 iplang_y.c
: iplang_y.y
27 mv y.tab.h
${.TARGET
:.c
=.h
}
29 iplang_y.h
: iplang_y.c
32 # We have a problem with make and linking ipsend
33 # cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....
35 # Use .NOPATH as an workaround for that problem
38 .
include <bsd.prog.mk
>