aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-02-05 20:45:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-02-05 20:45:50 +0000
commit5e79550fd017bb6b6a72f91680ba8e362d71e3f4 (patch)
tree1c5fcb1d7cafc0947f3d610844b08ffa3374a0ac /etc
parent6e442e6beb988db4eb54c4d31836ad4abc544304 (diff)
downloadsrc-5e79550fd017bb6b6a72f91680ba8e362d71e3f4.tar.gz
src-5e79550fd017bb6b6a72f91680ba8e362d71e3f4.zip
Use FILES+= idiom instead of _inetd when referencing inetd rc.d script
This was a discrepancy between ^/projects/building-blocks and ^/head that I didn't resolve before committing the change to ^/head Pointyhat to: me Reported by: jhb MFC after: 20 days X-MFC with: r278249 Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=278282
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 92a8202e7178..8c37a3001de9 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -194,7 +194,7 @@ FILES+= hastd
.endif
.if ${MK_INETD} != "no"
-_inetd= inetd
+FILES+= inetd
.endif
.if ${MK_ISCSI} != "no"