1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 2# $FreeBSD$ 3 4PROG= rarpd 5 6CFLAGS+= -DTFTP_DIR=\"/tftpboot\" 7 8.include <bsd.prog.mk> 9