diff options
| author | Nate Williams <nate@FreeBSD.org> | 1996-06-27 21:48:50 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1996-06-27 21:48:50 +0000 |
| commit | b9e1fead9e106cddb600984f5f4744c8aed95f44 (patch) | |
| tree | edd264bb76780c7bb5b29a47e11423e0606b06e8 /usr.bin/strip | |
| parent | a9e9062ca170bf269c545e420541e363746ddab3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/strip')
| -rw-r--r-- | usr.bin/strip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index b9bfe09a20e94..3d19864f4c223 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -8,9 +8,11 @@ all: maybe_stripped maybe_stripped: strip cp -p strip maybe_stripped +.if defined(STRIP) .if ${STRIP:M-s} != "" ./strip maybe_stripped .endif +.endif install: maninstall ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
