diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
commit | e9e6f3531d8fda314bec0215719c4cd5f7b9c364 (patch) | |
tree | dff4d44bdb6271afe877ca6db80c53fa56f9d21c /distrib/special/disklabel | |
parent | beb6b8a91035a5ac00a5fa9e0ff0bae3a4e15ed3 (diff) |
We are done providing support for the vax.
lots of agreement.
Diffstat (limited to 'distrib/special/disklabel')
-rw-r--r-- | distrib/special/disklabel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/special/disklabel/Makefile b/distrib/special/disklabel/Makefile index a7f3aaa79a2..c769bbd42ca 100644 --- a/distrib/special/disklabel/Makefile +++ b/distrib/special/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2015/12/01 08:13:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2016/03/09 16:28:45 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -37,10 +37,6 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif -.if (${MACHINE} == "vax") -CFLAGS+= -DSEEALSO="\"installboot(8)\"" -.endif - .if (${MACHINE} == "landisk") CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif |