NetBSD/sys/arch/pmax/stand/Makefile

15 lines
351 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2009/04/21 16:08:39 tsutsui Exp $
1994-10-27 00:08:38 +03:00
# @(#)Makefile 8.3 (Berkeley) 2/16/94
# first stage bootblocks
SUBDIR+=bootxx_cd9660 bootxx_ffs bootxx_ffsv2 bootxx_lfs netboot
# remove this when netboot is working - we don't go in here
# by default...
#SUBDIR+=smallnet
# second stage bootblocks
1999-11-28 06:17:11 +03:00
SUBDIR+=boot
.include <bsd.subdir.mk>