summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/contrib/shar/Makefile
blob: 23c0d3f3efb76f123cea5cabe6925b77ef3eb878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PROG=   shar
SRCS=   shar.c tree.c

WARNS?= 6

DPADD=  ${LIBARCHIVE}
LDADD=  -larchive

LINKS=  ${BINDIR}/shar
MLINKS= shar.1

.include <bsd.prog.mk>