diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-24 10:55:04 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-24 10:55:04 +0000 |
commit | 5f2ff577d31a77c6725f129a71267929a7cc18a2 (patch) | |
tree | 20f52fd30d7f5aed71d1e964bbe17da5205c8171 /distrib/vax/Makefile | |
parent | ad0464385faad1dc077c1e281ef84f06217f0504 (diff) |
Get this stuff closer to woriking in-tree.
Diffstat (limited to 'distrib/vax/Makefile')
-rw-r--r-- | distrib/vax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/Makefile b/distrib/vax/Makefile index 5424f904f75..e49bcfd7535 100644 --- a/distrib/vax/Makefile +++ b/distrib/vax/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:46:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2001/02/24 10:55:02 hugh Exp $ -SUBDIR= inst tk50 rx50 rx33 +SUBDIR= ../ramdisk .include <bsd.subdir.mk> |