aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 16:53:44 +0000
commit7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba (patch)
treefcced31c72840886a6d6a0f34a3554ffe11dc971 /emulators/rtc
parent6f2e67040ef3ea58205dd0754325a8f3f37f801c (diff)
downloadports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.tar.gz
ports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.zip
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Notes
Notes: svn path=/head/; revision=458755
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/files/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile
index 5fc281685f6e..32ea55733f2c 100644
--- a/emulators/rtc/files/Makefile
+++ b/emulators/rtc/files/Makefile
@@ -37,7 +37,6 @@ CDEV_MAJOR?= 202
DEVNAME= ${KMOD}
SRCS= rtc.c rtc_linux.c vnode_if.h
-
INCLUDE= -I${.CURDIR} -I${SYS}
CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}