e3b965f6db
SIOCGIFCONF fixup by Roland McGrath <roland@frob.com>
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# @(#) $Id: Makefile,v 1.1 1993/12/16 05:31:05 deraadt Exp $
|
|
|
|
PROG= rarpd
|
|
SRCS= rarpd.c
|
|
|
|
CFLAGS+=-I${.CURDIR} -DTFTP_DIR=\"/tftpboot\"
|
|
|
|
MAN8= rarpd.0
|
|
|
|
.include <bsd.prog.mk>
|