mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Remove extra targets per Bruce suggestion.
Use more macros instead of hardcoded things
This commit is contained in:
parent
7ccdf7da4c
commit
99e4807ade
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5294
@ -1,9 +1,7 @@
|
||||
MAN8= adduser.8
|
||||
|
||||
clean obj:
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user