Deleted Added
full compact
Makefile (146277) Makefile (157721)
1# $FreeBSD: head/sbin/ipf/ipf/Makefile 146277 2005-05-16 16:22:55Z darrenr $
1# $FreeBSD: head/sbin/ipf/ipf/Makefile 157721 2006-04-13 12:49:24Z ru $
2
3PROG= ipf
4SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
5MAN= ipf.8 ipf.4 ipf.5 ipl.4
6MLINKS= ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
7CFLAGS+= -I. -DIPFILTER_BPF
8
9DPSRCS+= ipf_l.h ipf_y.h

--- 20 unchanged lines hidden (view full) ---

30ipf_l.h: lexer.h
31 sed -e 's/yy/ipf_yy/g' \
32 ${.ALLSRC} > ${.TARGET}
33
34.if defined(RESCUE)
35LIBIPF_SRCS!= cd ${.CURDIR}/../libipf && ${MAKE} -V SRCS
36SRCS+= ${LIBIPF_SRCS}
37.else
2
3PROG= ipf
4SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
5MAN= ipf.8 ipf.4 ipf.5 ipl.4
6MLINKS= ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
7CFLAGS+= -I. -DIPFILTER_BPF
8
9DPSRCS+= ipf_l.h ipf_y.h

--- 20 unchanged lines hidden (view full) ---

30ipf_l.h: lexer.h
31 sed -e 's/yy/ipf_yy/g' \
32 ${.ALLSRC} > ${.TARGET}
33
34.if defined(RESCUE)
35LIBIPF_SRCS!= cd ${.CURDIR}/../libipf && ${MAKE} -V SRCS
36SRCS+= ${LIBIPF_SRCS}
37.else
38DPADD+= ${LIBPCAP}
38LDADD+= -lpcap
39.endif
40
41.include <bsd.prog.mk>
39LDADD+= -lpcap
40.endif
41
42.include <bsd.prog.mk>