freebsd-dev/usr.sbin/rarpd/Makefile
Bill Paul 84e41ecfbe Get rid of ether_addr.c: it's been moved to libc. Also add proper
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.)
1995-04-02 01:35:54 +00:00

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>