svn commit: r347519 - head/sys/modules/ipsec

Andrey V. Elsukov ae at FreeBSD.org
Mon May 13 08:34:14 UTC 2019


Author: ae
Date: Mon May 13 08:34:13 2019
New Revision: 347519
URL: https://svnweb.freebsd.org/changeset/base/347519

Log:
  Revert r347402. After r347429 symlink is no longer needed.

Modified:
  head/sys/modules/ipsec/Makefile

Modified: head/sys/modules/ipsec/Makefile
==============================================================================
--- head/sys/modules/ipsec/Makefile	Mon May 13 08:29:28 2019	(r347518)
+++ head/sys/modules/ipsec/Makefile	Mon May 13 08:34:13 2019	(r347519)
@@ -7,7 +7,6 @@ SRCS=	if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c ip
 	ipsec_output.c xform_ah.c xform_esp.c xform_ipcomp.c \
 	opt_inet.h opt_inet6.h opt_ipsec.h opt_sctp.h 
 SRCS.INET=	udpencap.c
-SYMLINKS=	${KMOD}.ko ${KMODDIR}/if_${KMOD}.ko
 
 opt_ipsec.h:
 	@echo "#define IPSEC_SUPPORT 1" > ${.TARGET}


More information about the svn-src-head mailing list