diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 21:32:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 21:32:57 +0000 |
commit | e70ad2fbac231ffb21a5fab56a3b05a7a9d7719c (patch) | |
tree | 50cd07f5b14f926224d487bfe799d7a0b221a1c4 /sys/arch/sgi/stand | |
parent | 925b1250f6b872a48c9a2aa6bc2f6177da057b1a (diff) |
Makefile changes to enter deep down there
Diffstat (limited to 'sys/arch/sgi/stand')
-rw-r--r-- | sys/arch/sgi/stand/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile new file mode 100644 index 00000000000..57afcf050d4 --- /dev/null +++ b/sys/arch/sgi/stand/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2004/08/06 21:32:56 deraadt Exp $ + +SUBDIR= + +.include <bsd.subdir.mk> |