mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
9f23196c42
to just install:, sperious targets and CLEANFILES removed.
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= strip
|
|
|
|
install:
|
|
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
|
|
${DESTDIR}${BINDIR}
|
|
./strip ${DESTDIR}${BINDIR}/strip
|
|
|
|
.include <bsd.prog.mk>
|