1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 2# $FreeBSD$ 3 4PROG= rarpd 5MAN= rarpd.8 6 7LIBADD= util 8 9WARNS?= 3 10# This breaks with format strings returned by expand_syslog_m().. argh! 11#FORMAT_AUDIT?= 1 12 13.include <bsd.prog.mk> 14