70e34c9941
hard-coding a path to the library that is wrong in some corner cases.
17 lines
177 B
Makefile
17 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
|
|
PROG= mrinfo
|
|
MAN= mrinfo.8
|
|
BINOWN= root
|
|
BINMODE= 4555
|
|
|
|
CFLAGS+= -I$S
|
|
|
|
DPADD= ${LIBMROUTED}
|
|
LDADD= ${LIBMROUTED}
|
|
|
|
.include <bsd.prog.mk>
|