diff options
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 004462a1f59..78d727a831a 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.51 2017/01/25 03:18:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.52 2019/05/11 07:18:14 deraadt Exp $ SUBDIR= special notes .if make(obj) SUBDIR+=alpha amd64 armv7 arm64 hppa i386 \ landisk loongson luna88k macppc \ - octeon sgi socppc sparc64 + octeon sgi sparc64 .elif exists(${MACHINE}) SUBDIR+=${MACHINE} .endif |