mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
2 changed files with 7 additions and 2 deletions
|
|
@ -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 a new issue