freebsd-dev/usr.bin/bzip2recover/Makefile
Mark Johnston 69ac7c7671 Install all bzip2.1 MLINKs from the same place.
Reported by:	antoine
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
2019-08-28 21:01:51 +00:00

12 lines
147 B
Makefile

# $FreeBSD$
BZ2DIR= ${SRCTOP}/contrib/bzip2
.PATH: ${BZ2DIR}
PROG= bzip2recover
MAN=
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>