diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:05:30 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:05:30 +0000 |
commit | 3c2721952acdd22b982b671548a33f940cefda16 (patch) | |
tree | f5416533cb37931191c21fb7967b071ba382de8b /sbin/disklabel | |
parent | 46c930c0bb76dbb8c45bb4c7d2d0c55b5a91b3a1 (diff) |
These should build on pegasos
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index a0ae5a064ac..1df7600f789 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2002/08/08 00:35:50 mickey Exp $ +# $OpenBSD: Makefile,v 1.30 2003/10/31 04:05:29 drahn Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -50,7 +50,7 @@ CFLAGS+= -DSEEALSO="\"installboot(8)\"" -DCYLCHECK -DAAT0 CFLAGS+= -DSEEALSO="\"installboot(8)\"" .endif -.if (${MACHINE} == "macppc") +.if (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") CFLAGS+= -DDOSLABEL CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |