mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources.
14 lines
211 B
Makefile
14 lines
211 B
Makefile
# $Id: Makefile,v 1.6 1997/12/17 15:11:42 bde Exp $
|
|
|
|
PROG= map-mbone
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
CFLAGS+= -I$S
|
|
DPADD= ${LIBMROUTED}
|
|
LDADD= ${LIBMROUTED}
|
|
|
|
SRCS= mapper.c
|
|
MAN8= map-mbone.8
|
|
|
|
.include <bsd.prog.mk>
|