mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Since there are no c sources in this directory we need a null depend:
target. I added this.
This commit is contained in:
parent
d7933e73a3
commit
fdb2069e27
@ -1,5 +1,5 @@
|
||||
# Makefile for uusched
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:14:03 jtc Exp $
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:27:55 conklin Exp $
|
||||
|
||||
BINDIR= $(bindir)
|
||||
|
||||
@ -12,4 +12,7 @@ uusched: uusched.in
|
||||
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
|
||||
$(.CURDIR)/uusched.in > $(.TARGET)
|
||||
|
||||
depend:
|
||||
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for uuto
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:14:06 jtc Exp $
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:28:09 conklin Exp $
|
||||
|
||||
BINDIR= $(bindir)
|
||||
|
||||
@ -12,4 +12,6 @@ uuto: uuto.in
|
||||
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
|
||||
$(.CURDIR)/uuto.in > $(.TARGET)
|
||||
|
||||
depend:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user