freebsd-dev/usr.sbin/mrouted/mtrace/Makefile
Bruce Evans b5f50e3158 Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal
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.
1998-03-07 09:49:12 +00:00

14 lines
176 B
Makefile

# $Id: Makefile,v 1.7 1997/02/22 16:07:39 peter Exp $
PROG= mtrace
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
MAN8= mtrace.8
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>