aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 21:19:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 21:19:45 +0000
commitaae156b27cb9908f2539a32246c6049ee9735e75 (patch)
tree5ee8e5492d8f72bd573ed51052db0354ff93889b /gnu/libexec/uucp
parent9f574f9a908a903efc4a514a61bde333d960573c (diff)
Notes
Diffstat (limited to 'gnu/libexec/uucp')
-rw-r--r--gnu/libexec/uucp/uusched/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile
index 6135e5380e2f..819c17aa8afa 100644
--- a/gnu/libexec/uucp/uusched/Makefile
+++ b/gnu/libexec/uucp/uusched/Makefile
@@ -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>