mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 08:27:00 +00:00
Fixed Makefile problem pointed out by Piero Serini
This commit is contained in:
parent
321bd776f0
commit
00cdd094c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1377
@ -1,7 +1,11 @@
|
||||
# Makefile
|
||||
# $Id: Makefile,v 1.1 1994/04/17 21:01:16 g89r4222 Exp $
|
||||
install: manctl.sh
|
||||
install -o ${BINOWN} -g ${BINGRP} -m 555 manctl.sh \
|
||||
# $Id: Makefile,v 1.1.1.1 1994/04/17 21:26:21 csgr Exp $
|
||||
|
||||
all: manctl.sh
|
||||
/bin/cp ${.CURDIR}/manctl.sh manctl
|
||||
|
||||
install: all
|
||||
install -o ${BINOWN} -g ${BINGRP} -m 555 manctl \
|
||||
${DESTDIR}/usr/sbin/manctl
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user