mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
9f23196c42
to just install:, sperious targets and CLEANFILES removed.
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
MAN1= shar.0
|
|
|
|
beforeinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
|
|
|
|
.include <bsd.prog.mk>
|