# @(#) $Header: /afs/sipb/project/tcpdump/repository/bpf/util/rarpd/Makefile,v 1.1.1.1 1996/12/16 07:25:24 jhawk Exp $ (LBL)

PROG=	rarpd
CFLAGS+=-g
.if !defined(sunos3) && !defined(sunos4)
SRCS=	rarpd.c etherent.c
BINDIR=/usr/local/sbin
CFLAGS+=-Wall
.endif
.ifdef sunos3
CFLAGS+=-W -DSUNOS3
.endif
.ifdef sunos4
CFLAGS+=-W -DSUNOS4
.endif
MAN8=	rarpd.0

.include <bsd.prog.mk>
