[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / afs

File: [local] / src / usr.sbin / afs / Attic / Makefile (download)

Revision 1.5, Tue Aug 5 11:07:43 2003 UTC (20 years, 10 months ago) by hin
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +1 -2 lines

No more libroken

#	$OpenBSD: Makefile,v 1.5 2003/08/05 11:07:43 hin Exp $

# To the future maintainer (if I get hit by a car or something): The structure
# is like this (everything in src, except the makefiles), because we want
# the upgrade process to be easy, without building and installing 5 different
# libs and without making a hairy Makefile.bsd-wrapper
#
# Anomalies:
#  - config.h and arla-version.h have to be pre-built and put in src/include.
#    config.h contains macros for endianness, but they are only used in one
#    place and will be replaced on OpenBSD. They have to be placed in
#    src/include because we want to reduce the memory footprint of mkdep
#    (yes, it's a real problem).
#

.if !make(install)
SUBDIR		+= usr.sbin/ydr
.endif
SUBDIR		+= lib libexec usr.sbin

## To be able to make depend in libarla we have to have ydr

beforedepend:
	cd usr.sbin/ydr && make depend && exec make

.include <bsd.dep.mk>
.include <bsd.subdir.mk>