svn commit: r287979 - head/usr.sbin/sysrc

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 18 23:34:48 UTC 2015


Author: bdrewery
Date: Fri Sep 18 23:34:47 2015
New Revision: 287979
URL: https://svnweb.freebsd.org/changeset/base/287979

Log:
  Remove redundant beforeinstall.

Modified:
  head/usr.sbin/sysrc/Makefile

Modified: head/usr.sbin/sysrc/Makefile
==============================================================================
--- head/usr.sbin/sysrc/Makefile	Fri Sep 18 23:25:43 2015	(r287978)
+++ head/usr.sbin/sysrc/Makefile	Fri Sep 18 23:34:47 2015	(r287979)
@@ -4,8 +4,4 @@ SCRIPTS= sysrc
 
 MAN= sysrc.8
 
-beforeinstall:
-	mkdir -p ${DESTDIR}${SCRIPTSDIR}
-	mkdir -p ${DESTDIR}${MANDIR}8
-
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list