- Allow staging as a regular user

- Fix build on head
This commit is contained in:
Antoine Brodin 2014-09-13 13:19:39 +00:00
parent 9c6169b487
commit a70cef4414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368094
2 changed files with 1 additions and 5 deletions

View file

@ -26,7 +26,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}"
PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \
RTC_H_DIR="${RTC_H_DIR}" RTC_H_DIR="${RTC_H_DIR}"
USES= kmod USES= kmod uidfix
do-extract: do-extract:
@${MKDIR} ${WRKSRC} @${MKDIR} ${WRKSRC}

View file

@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}
all: vnode_if.h all: vnode_if.h
@:
@${ECHO} ${.TARGET} "->" ${SYS}
@ln -s ${SYS} ${.TARGET}
#afterinstall: device #afterinstall: device
device: device: