[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / gnu / libexec

File: [local] / src / gnu / libexec / Attic / Makefile (download)

Revision 1.3, Mon Feb 1 05:37:27 1999 UTC (25 years, 4 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.2: +2 -2 lines

for clean, cleandir, and obj targets everybody updates ld.so
... this permits ro /usr/src/ on pmax.

#	$OpenBSD: Makefile,v 1.3 1999/02/01 05:37:27 todd Exp $

SUBDIR=	uucp

.if (${MACHINE_ARCH} == "mips") || make(clean) || make(cleandir) || make(obj)
SUBDIR+= ld.so
.endif

.include <bsd.subdir.mk>