diff options
Diffstat (limited to 'distrib/arm32/floppies/upgr/Makefile')
-rw-r--r-- | distrib/arm32/floppies/upgr/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distrib/arm32/floppies/upgr/Makefile b/distrib/arm32/floppies/upgr/Makefile new file mode 100644 index 00000000000..ad537b8f004 --- /dev/null +++ b/distrib/arm32/floppies/upgr/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 1996/05/16 19:59:15 mark Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" +IMAGE= upgr-${REV}.fs + +.include "${TOP}/inst-common/Makefile.inc" |