diff options
Diffstat (limited to 'emulators/rtc/Makefile')
-rw-r--r-- | emulators/rtc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index c5dac6d48f9a..5b81ce703546 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -55,9 +55,7 @@ pre-install: post-install: ${RM} -f ${DEVDIR}/rtc -.if ${OSVERSION} < 502104 mknod ${DEVDIR}/rtc c ${CDEV_MAJOR} 0 -.endif ${INSTALL_DATA} ${WRKSRC}/rtc.h ${PREFIX}/include/ ${MKDIR} ${PREFIX}/share/examples/rtc ${INSTALL_DATA} ${WRKSRC}/test.c ${PREFIX}/share/examples/rtc/ |