mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix the bogus depend rule - boy, NetBSD's make catches a lot of
bogus Makefiles!
This commit is contained in:
parent
9f574f9a90
commit
aae156b27c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5815
@ -1,5 +1,5 @@
|
||||
# Makefile for uusched
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:27:55 conklin Exp $
|
||||
# $Id: Makefile,v 1.2 1993/08/06 23:26:18 rgrimes Exp $
|
||||
|
||||
BINDIR= $(bindir)
|
||||
|
||||
@ -13,6 +13,6 @@ uusched: uusched.in
|
||||
$(.CURDIR)/uusched.in > $(.TARGET)
|
||||
|
||||
depend:
|
||||
|
||||
@echo -n
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user