summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 14:47:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 14:47:02 +0000
commitff464895783d697be159edc54aebc8da352803cb (patch)
tree806f36be6eb9bb5986f0a574b8bcadd4259af3d8 /gnu/usr.bin/rcs
parent7d5e932b2754218ebde3a7cb2938968899b9a35f (diff)
LDFLAGS+=-s
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r--gnu/usr.bin/rcs/Makefile.bsd-wrapper7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper
index 823c263a87e..6de55d47c29 100644
--- a/gnu/usr.bin/rcs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/rcs/Makefile.bsd-wrapper
@@ -1,13 +1,14 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1996/08/29 02:11:14 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1996/09/16 14:47:01 millert Exp $
MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \
man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \
man/rcsmerge.1 man/rlog.1
-GNUCFLAGS= CFLAGS="${CFLAGS}"
CLEANFILES= man/rcsfile.5 src/conf.h
+LDFLAGS+= -s ${LDSTATIC}
+GNUCFLAGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
all: config.status rcsfile.5
- ${MAKE} ${GNUCFLAGS} LDFLAGS=${LDSTATIC}
+ ${MAKE} ${GNUCFLAGS}
.FORCE: .IGNORE