1 # $NetBSD: Makefile,v 1.23 2004/04/03 22:16:27 he Exp $
4 SRCS
= ipnat.c ipnat_y.c ipnat_l.c
5 MAN
= ipnat
.8 ipnat
.4 ipnat
.5
6 MLINKS
= ipnat
.5 ipnat.conf
.5
9 DPSRCS
+= ipnat_l.h ipnat_y.h
11 CLEANFILES
+= ipnat_y.c ipnat_y.h
12 CLEANFILES
+= ipnat_l.c ipnat_l.h
17 ${TOOL_SED} -e
's/yy/ipnat_yy/g' \
18 -e
's/y.tab.c/ipnat_y.c/' \
19 -e s
/\"ipnat_y.y
\"/\"..
\\/tools
\\/ipnat_y.y
\"/ \
21 ${TOOL_SED} -e
's/yy/ipnat_yy/g' \
22 -e
's/y.tab.h/ipnat_y.h/' \
23 y.tab.h
> ${.TARGET
:.c
=.h
}
29 ${TOOL_SED} -e
's/yy/ipnat_yy/g' \
30 -e
's/y.tab.h/ipnat_y.h/' \
31 -e
's/lexer.h/ipnat_l.h/' \
32 ${.ALLSRC
} > ${.TARGET
}
36 ${TOOL_SED} -e
's/yy/ipnat_yy/g' \
37 ${.ALLSRC
} > ${.TARGET
}
39 .
include <bsd.prog.mk
>