84e41ecfbe
declaration for ether_ntohost(). (Does anyone know what header file is supposed to contain the declarations for the ether_addr functions? I can't them in the SunOS includes anywhere.)
10 lines
206 B
Makefile
10 lines
206 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $Id: Makefile,v 1.2 1995/03/03 22:20:12 wpaul Exp $
|
|
|
|
PROG= rarpd
|
|
MAN8= rarpd.8
|
|
SRCS= rarpd.c arptab.c
|
|
CFLAGS+= -DTFTP_DIR=\"/tftpboot\"
|
|
|
|
.include <bsd.prog.mk>
|