diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-19 07:55:35 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-19 07:55:35 +0000 |
commit | 277bf06955bb18fca27e1ef68057466e196b92a9 (patch) | |
tree | 66f5562b6a16a5bd7dfb1c2e850be48715e4f82d /security/lockdown | |
parent | 796458fbeaa4c639ac318204ce901369811cb63b (diff) |
Notes
Diffstat (limited to 'security/lockdown')
-rw-r--r-- | security/lockdown/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index 91698d30c3c1..e73dc505cb13 100644 --- a/security/lockdown/Makefile +++ b/security/lockdown/Makefile @@ -18,15 +18,11 @@ MAN1= editfile.1 editfstab.1 editkernel.1 editlogin.1 editttys.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.x" -.endif - .if ${ARCH} == amd64 CFLAGS+= -fPIC .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lockdown |