Since there are no c sources in this directory we need a null depend:

target.  I added this.
This commit is contained in:
Rodney W. Grimes 1993-08-06 23:28:02 +00:00
parent d7933e73a3
commit fdb2069e27
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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>