diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:00:29 +0000 |
commit | 9aaccaed7d0e000844966e72551a5375ac718636 (patch) | |
tree | 7a73157d6acb1999d85f31a3d7393c7d9af5e39f /emulators/rtc/Makefile | |
parent | bf149172eb4bde1861d3e54d83615ff8c27b0925 (diff) |
Notes
Diffstat (limited to 'emulators/rtc/Makefile')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
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 |