155505Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
255505Sshin#
355505Sshin# Redistribution and use in source and binary forms, with or without
455505Sshin# modifications, are permitted provided that the above copyright notice
555505Sshin# and this paragraph are duplicated in all such forms and that any
655505Sshin# documentation, advertising materials, and other materials related to
755505Sshin# such distribution and use acknowledge that the software was developed
855505Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
955505Sshin# endorse or promote products derived from this software without
1055505Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1155505Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1255505Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1355505Sshin# A PARTICULAR PURPOSE.
1480029Sobrien#
1555505Sshin# $FreeBSD$
1655505Sshin
1755505SshinPROG=	rrenumd
1880029SobrienMAN=	rrenumd.conf.5 rrenumd.8
1955505SshinSRCS=	rrenumd.c  parser.y lexer.l
2055505Sshin
21171246SbzCFLAGS+= -DIPSEC -I. -I${.CURDIR}
2280029SobrienYFLAGS=	-d
2380029Sobrien
24201390SedWARNS?=	2
25201390Sed
26130853SphkLDADD=	-lipsec -ll -ly
27130853SphkDPADD=	${LIBIPSEC} ${LIBL} ${LIBY}
2855505Sshin
2980029SobrienCLEANFILES=	y.tab.h
3080029SobrienSRCS+=	y.tab.h
3155505Sshiny.tab.h: parser.y
3255505Sshin
3355505Sshin.if defined(YACCDEBUG)
3455505SshinCFLAGS+= -DYYDEBUG
3555505SshinYFLAGS+= -t -v
3655505Sshin.endif
3755505Sshin
3855505Sshin.include <bsd.prog.mk>
39