diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:17:33 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:17:33 +0000 |
commit | aeac1537ce41de0a79801e225042fa943d67a46e (patch) | |
tree | dbde3a828cfb3b35667f7bbec5a10eb3889d02c3 /sys/arch/mvme68k | |
parent | 8240271442f78dff5c0325e9c64c5eb2ed0649a7 (diff) |
adjust subdirs for new stuff
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/Makefile b/sys/arch/mvme68k/stand/Makefile index 2394bf93dd3..9f897196dce 100644 --- a/sys/arch/mvme68k/stand/Makefile +++ b/sys/arch/mvme68k/stand/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.2 1995/11/07 08:50:32 deraadt Exp $ +# $Id: Makefile,v 1.3 1996/05/16 02:17:32 chuck Exp $ -SUBDIR= netboot sboot bootsd bootst libsa bugcrt libbug wrtvid +SUBDIR= bugcrt libbug libsa sboot netboot bootxx bootsd bootst \ + installboot prtvid wrtvid .include <bsd.subdir.mk> |