diff options
author | 1996-05-16 02:17:32 +0000 | |
---|---|---|
committer | 1996-05-16 02:17:32 +0000 | |
commit | cd4248b85b030d0683c3ae0fc50a7a74a6031a03 (patch) | |
tree | 5a08a7b6a4ee32319e83827bdde0b17f30706337 | |
parent | add two more defines for the way the bug "NBO" command passes in args (diff) | |
download | wireguard-openbsd-cd4248b85b030d0683c3ae0fc50a7a74a6031a03.tar.xz wireguard-openbsd-cd4248b85b030d0683c3ae0fc50a7a74a6031a03.zip |
adjust subdirs for new stuff
-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> |