blob: 8effd47a7b7164a7a9da8ac5d27410b152a9c99f (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.1 1997/05/29 13:48:10 grr Exp $
# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
# at this point only the floppies directory has object, ramdisk and
# miniroot are just architeture dependent inclusions for ../ramdisk, etc.
SUBDIR= floppies
# SUBDIR+= ramdisk miniroot
.include <bsd.subdir.mk>
|