diff options
| author | jtc <jtc@NetBSD.org> | 1993-08-05 16:14:03 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-08-05 16:14:03 +0000 |
| commit | f46202689be2b5d409b6df98850d58499e099d69 (patch) | |
| tree | 587bc50f1a8bb44244c1f3c5f8e159d6aaf1f2fd /gnu/libexec | |
| parent | 68016bad2e0198f5cda2b36fb03ce3c52ae4ad93 (diff) | |
can't strip shell scripts
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uusched/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile index b400e7bc428..ca0aa32d834 100644 --- a/gnu/libexec/uucp/uusched/Makefile +++ b/gnu/libexec/uucp/uusched/Makefile @@ -1,11 +1,12 @@ # Makefile for uusched -# $Id: Makefile,v 1.1 1993/08/04 19:36:59 jtc Exp $ +# $Id: Makefile,v 1.2 1993/08/05 16:14:03 jtc Exp $ BINDIR= $(bindir) PROG= uusched SRCS= NOMAN= +STRIP= uusched: uusched.in sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \ diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index f5457d86790..7caef8f0a91 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,10 +1,12 @@ # Makefile for uuto +# $Id: Makefile,v 1.2 1993/08/05 16:14:06 jtc Exp $ BINDIR= $(bindir) PROG= uuto SRCS= NOMAN= +STRIP= uuto: uuto.in sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \ |
