mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
LIBOWN -> BINOWN, etc. There are no libraries here.
This commit is contained in:
parent
6935938329
commit
1783bbf630
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31806
@ -1,4 +1,3 @@
|
||||
|
||||
.if !exists(${.CURDIR}/../Makefile.inc)
|
||||
error:
|
||||
@echo
|
||||
@ -25,8 +24,8 @@ MAN5 = man5/keycap.${MAN5EXT}
|
||||
#CLEANFILES+= keycap.0 man5/keycap.0
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
|
||||
${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user