summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
commit868ca23db4a1bbf94effc3aa35e18404bcaa9b90 (patch)
tree727e767593ee99b48aa6f9b763fde5ebb85f4a62 /gnu/libexec
parent8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff)
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/uusched/Makefile3
-rw-r--r--gnu/libexec/uucp/uuto/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile
index 625854abc5a..f412eec836e 100644
--- a/gnu/libexec/uucp/uusched/Makefile
+++ b/gnu/libexec/uucp/uusched/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 1997/03/24 22:06:07 christos Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/13 23:53:57 lukem Exp $
# Makefile for uusched
BINDIR= $(bindir)
-NOPROG=
CLEANFILES= uusched
all: ${CLEANFILES}
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile
index 3c0cd17aa9c..25ffcb98118 100644
--- a/gnu/libexec/uucp/uuto/Makefile
+++ b/gnu/libexec/uucp/uuto/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 1997/03/24 22:06:08 christos Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/13 23:53:57 lukem Exp $
# Makefile for uuto
BINDIR= $(bindir)
-NOPROG=
CLEANFILES= uuto
all: ${CLEANFILES}