summaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:00:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:00:29 +0000
commit9aaccaed7d0e000844966e72551a5375ac718636 (patch)
tree7a73157d6acb1999d85f31a3d7393c7d9af5e39f /emulators/rtc
parentRemove support for OSVERSION < 5 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200756
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile
index 4d6196b21059..2cce0c14ad19 100644
--- a/emulators/rtc/Makefile
+++ b/emulators/rtc/Makefile
@@ -34,10 +34,6 @@ SRC_BASE?= /usr/src
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400013
-IGNORE= needs a system more recent than 400013
-.endif
-
.if ${OSVERSION} < 500104
PLIST_SUB+= MAKEDEV=""
.else