diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
commit | 42bc424f618b6148fae4b6088ace14057513f0bc (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /emulators/rtc | |
parent | a46575cc6b74f2c79622412b76ba5fd931d9a326 (diff) | |
download | ports-42bc424f618b6148fae4b6088ace14057513f0bc.tar.gz ports-42bc424f618b6148fae4b6088ace14057513f0bc.zip |
Notes
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index da379c8d4c91..5fc281685f6e 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -47,7 +47,7 @@ all: vnode_if.h #afterinstall: device device: - rm -f /dev/${DEVNAME} + rm -f /dev/${DEVNAME} mknod /dev/${DEVNAME} c ${CDEV_MAJOR} 0 .include <bsd.kmod.mk> |