summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-07-09 08:11:16 +0000
committerhrs <hrs@FreeBSD.org>2012-07-09 08:11:16 +0000
commit559bc2034e8aa725e443f70d45bbaa57a713aed4 (patch)
treeab88f03af2ee164b3e23976e7d8a0ca26784bd58 /usr.sbin/rarpd/Makefile
parentb3b0c82b64def2fad4b38ca0d29dea22fd3421c4 (diff)
downloadFreeBSD-src-559bc2034e8aa725e443f70d45bbaa57a713aed4.zip
FreeBSD-src-559bc2034e8aa725e443f70d45bbaa57a713aed4.tar.gz
- Add IFT_L2VLAN (vlan(4)) support.
- Add -P option to support PID file. When -a is specified /var/run/rarpd.pid is used, and when an interface is specified /var/run/rarpd.<ifname>.pid is used by default.
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r--usr.sbin/rarpd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile
index 7f34457..52a9f92 100644
--- a/usr.sbin/rarpd/Makefile
+++ b/usr.sbin/rarpd/Makefile
@@ -4,6 +4,9 @@
PROG= rarpd
MAN= rarpd.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
WARNS?= 3
# This breaks with format strings returned by expand_syslog_m().. argh!
#FORMAT_AUDIT?= 1
OpenPOWER on IntegriCloud