mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Makefile to install sample files in /etc/uucp with correct ownership and
permissions
This commit is contained in:
parent
242d29de40
commit
05a078e0da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=601
15
gnu/libexec/uucp/sample/Makefile
Normal file
15
gnu/libexec/uucp/sample/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:22:22 conklin Exp $
|
||||
|
||||
FILES= call config dial dialcode passwd port sys1 sys2
|
||||
NOOBJ= noobj
|
||||
|
||||
BINOWN= $(owner)
|
||||
BINGRP= $(group)
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
|
||||
install:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \
|
||||
${DESTDIR}/etc/uucp
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user