diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-24 17:49:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-24 17:49:41 +0000 |
commit | 8c29590cfd87cca286d6a36850c9d9b73c6fc92c (patch) | |
tree | 84483d67349f7f6ab088da78fcd534896bfea05d /gnu/libexec | |
parent | 2b8eaf684ef10148263170612e4c0c61fd4e8900 (diff) | |
download | FreeBSD-src-8c29590cfd87cca286d6a36850c9d9b73c6fc92c.zip FreeBSD-src-8c29590cfd87cca286d6a36850c9d9b73c6fc92c.tar.gz |
NOOBJS -> NOOBJ - it's more consistent.
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/uusched/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile index 860c99e..b0007fa 100644 --- a/gnu/libexec/uucp/uusched/Makefile +++ b/gnu/libexec/uucp/uusched/Makefile @@ -1,12 +1,12 @@ # Makefile for uusched -# $Id: Makefile,v 1.3 1995/01/23 21:19:45 jkh Exp $ +# $Id: Makefile,v 1.4 1995/01/24 17:32:09 jkh Exp $ BINDIR= $(bindir) PROG= uusched SRCS= NOMAN= yes -NOOBJS= yes +NOOBJ= yes STRIP= uusched: uusched.in |