home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-05-23 | 264 b | 17 lines |
- # @(#)Makefile 5.1 (Berkeley) 5/23/90
-
- MAN1= shar.0
-
- all shar: ${MAN1}
-
- clean depend lint tags:
-
- cleandir:
- rm -f ${MAN1}
-
- beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
-
- .include <bsd.prog.mk>
-