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

File: [local] / src / distrib / Makefile (download)

Revision 1.4, Wed Sep 17 14:18:58 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines

generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on all
architectures.

#	$OpenBSD: Makefile,v 1.4 1997/09/17 14:18:58 deraadt Exp $

SUBDIR=	special ${MACHINE} notes

# miniroot and ramdisk are supposed to be "generic" using Makefile.inc
# to set up architectural dependencies..
.if	(${MACHINE} == "sparc")
SUBDIR+=        ramdisk miniroot
.endif

.include <bsd.subdir.mk>