diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-21 20:12:28 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-21 20:12:28 +0000 |
commit | c66bc9422dcfc040b8117cf7e6067bb9dde90213 (patch) | |
tree | ff7743a121d5761007edc6cfc4dfa8a15d5ba3d8 /sbin | |
parent | 383ce23a17ccf984e3b30b71d67c85a86e604a4f (diff) |
Remove reference to zaurus
OK sthen@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index b16ea2e49de..45429f7e686 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2016/09/01 09:46:42 tedu Exp $ +# $OpenBSD: Makefile,v 1.64 2016/09/21 20:12:27 fcambus Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -49,10 +49,6 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), pdisk(8)\"" CFLAGS+= -DSEEALSO="\"installboot(8)\"" -DSUN_CYLCHECK -DSUN_AAT0 .endif -.if (${MACHINE} == "zaurus") -CFLAGS+= -DSEEALSO="\"fdisk(8)\"" -.endif - .ifdef NOPIC CFLAGS+= -DSTATICLINKING .endif |