diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:22:36 +0800 |
commit | a09b1faea4e450e5d5f85477c3901ac238f4ffb9 (patch) | |
tree | 20d1f6dd035a2f518d42a4c4a44efb7bb23b701b /emulators | |
parent | 53fe5250f0c519423d4304e5f36612c25b68d2fe (diff) | |
download | freebsd-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/Makefile | 1 |
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} |