freebsd-dev/usr.sbin/lpr/lptest/Makefile
Bruce Evans 06c779979a 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.
1998-03-07 09:48:14 +00:00

6 lines
75 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lptest
.include <bsd.prog.mk>