diff options
-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> |