From 6f160602884a965fff58f52f3747e205b403df7e Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 17 Jun 2015 18:22:52 +0000 Subject: Revert r284516, which broke the build in a way I do not fully understand yet. I'll redo this MFC after investigation. Sponsored by: The FreeBSD Foundation --- etc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 322aa45..2b02717 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -217,8 +217,6 @@ distribution: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${BIN1} ${DESTDIR}/etc; \ cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \ - services_mkdb ${CAP_MKDB_ENDIAN} -q -o ${DESTDIR}/var/db/services.db \ - ${DESTDIR}/etc/services; \ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \ ${BIN2} ${DESTDIR}/etc; \ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ -- cgit v1.1