diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-13 13:19:39 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-13 13:19:39 +0000 |
| commit | a70cef44144613a2d048a8b49be1c97c0fe37cf2 (patch) | |
| tree | a9bab719acb34505ec5ab27eb962fd9aef046caf /emulators/rtc | |
| parent | 9c6169b4878630a97ec68c170bd998d76aee4cfc (diff) | |
- Allow staging as a regular user
- Fix build on head
Diffstat (limited to 'emulators/rtc')
| -rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
| -rw-r--r-- | emulators/rtc/files/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 8e84978f2892..d18b4df42cca 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -26,7 +26,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" -USES= kmod +USES= kmod uidfix do-extract: @${MKDIR} ${WRKSRC} diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index 288ffa9c0e10..da379c8d4c91 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR} all: vnode_if.h -@: - @${ECHO} ${.TARGET} "->" ${SYS} - @ln -s ${SYS} ${.TARGET} - #afterinstall: device device: |
