mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
>From Jordan
Fix braindeadness in my makefile
This commit is contained in:
parent
3219c922a9
commit
f38100393f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1562
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
|||
# Makefile
|
||||
# $Id: Makefile,v 1.1.1.1 1994/04/17 21:26:21 csgr Exp $
|
||||
# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $
|
||||
|
||||
all: manctl.sh
|
||||
/bin/cp ${.CURDIR}/manctl.sh manctl
|
||||
all:
|
||||
@echo -n
|
||||
|
||||
install: all
|
||||
install -o ${BINOWN} -g ${BINGRP} -m 555 manctl \
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
|
||||
${DESTDIR}/usr/sbin/manctl
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue