06c779979a
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.
13 lines
248 B
Makefile
13 lines
248 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $Id: Makefile,v 1.2 1997/12/02 20:45:05 wollman Exp $
|
|
|
|
BINDIR= /usr/share/doc
|
|
VOLUME= smm/07.lpd
|
|
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
|
|
MACROS= -ms
|
|
|
|
USE_TBL= yes
|
|
SRCDIR= ${.CURDIR}
|
|
|
|
.include <bsd.doc.mk>
|