diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 17:47:49 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 17:47:49 +0000 |
| commit | 398eaa834154905dddc9e77daeae1f2410913c3f (patch) | |
| tree | c657045f9a2d0d891c2ea3c0e21160ba4110ba71 /gnu/libexec | |
| parent | 62ef74557698f35163ff18e66fb885bd29d752d0 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index 8c3437ec0448..c043e6b13785 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,11 +1,12 @@ # Makefile for uuto -# $Id: Makefile,v 1.1 1993/08/05 18:28:09 conklin Exp $ +# $Id: Makefile,v 1.2 1993/08/06 23:28:02 rgrimes Exp $ BINDIR= $(bindir) PROG= uuto SRCS= -NOMAN= +NOMAN= yes +NOOBJ= yes STRIP= uuto: uuto.in |
