diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/atari/inst/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'distrib/atari/inst/Makefile')
-rw-r--r-- | distrib/atari/inst/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distrib/atari/inst/Makefile b/distrib/atari/inst/Makefile new file mode 100644 index 00000000000..eef4d47169a --- /dev/null +++ b/distrib/atari/inst/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1.1.1 1995/04/17 19:08:51 leo Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" +IMAGE= inst-${REV}.fs + +.include "${TOP}/inst-common/Makefile.inc" |