From 18acf0803c49e5921cac4b065d5962a51df89231 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 17:11:55 +0000 Subject: [PATCH] Install the rarpd init script --- init.d.BSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index af6b03e2..41bafce5 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -BIN = clock ipfw moused powerd rpcbind syscons sysctl syslogd +BIN = clock ipfw moused powerd rarpd rpcbind syscons sysctl syslogd TOPDIR = .. include $(TOPDIR)/default.mk