summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2011-03-21 09:58:24 +0000
committerjeff <jeff@FreeBSD.org>2011-03-21 09:58:24 +0000
commit5115240a6cdc054f7eea804355742f97c74578d8 (patch)
tree3051c12f4ce44a65c025b72ec5821b35b2ec46be /etc/rc.d/Makefile
parent2d7d8c05e7404fbebf1f0fe24c13bc5bb58d2338 (diff)
downloadFreeBSD-src-5115240a6cdc054f7eea804355742f97c74578d8.zip
FreeBSD-src-5115240a6cdc054f7eea804355742f97c74578d8.tar.gz
- Merge in OFED 1.5.3 from projects/ofed/head
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 6f80b87..ed10b87 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -42,6 +42,10 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
ypset ypupdated ypxfrd \
zfs zvol
+.if ${MK_OFED} != "no"
+FILES+= opensm
+.endif
+
.if ${MK_OPENSSH} != "no"
FILES+= sshd
.endif
OpenPOWER on IntegriCloud