From 8a502cb2d43b4059a5678ee4539ca03603104107 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 2 Nov 2018 13:32:34 +0000 Subject: Remove compatibility code for FreeBSD < 11.2 from all ports. Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 --- sysutils/pefs-kmod/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysutils/pefs-kmod') diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index f8bd203b2623..5233dfbcbb5a 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -40,11 +40,7 @@ MAKE_ENV+= PEFS_AESNI=yes .endif .if ${OPSYS} == FreeBSD -. if ${OSVERSION} >= 1100117 PLIST_FILES+= lib/pam_pefs.so.6 -. else -PLIST_FILES+= lib/pam_pefs.so.5 -. endif .endif .include -- cgit v1.2.3