aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-12 00:53:44 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:22:36 +0800
commita09b1faea4e450e5d5f85477c3901ac238f4ffb9 (patch)
tree20d1f6dd035a2f518d42a4c4a44efb7bb23b701b /emulators
parent53fe5250f0c519423d4304e5f36612c25b68d2fe (diff)
downloadfreebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.tar.gz
freebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.tar.zst
freebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.zip
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'emulators')
-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}