summaryrefslogtreecommitdiff
path: root/ftp/ftpsesame/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /ftp/ftpsesame/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'ftp/ftpsesame/Makefile')
-rw-r--r--ftp/ftpsesame/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index 6a5c0f7d476e..074f06febc8c 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -21,10 +21,4 @@ USE_RC_SUBR= ftpsesame.sh
MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600034
-IGNORE= need BIOCLOCK and BIOCSETWF ioctls (FreeBSD 6.0+)
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>