summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-05-16 11:12:24 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-05-16 11:12:24 +0000
commit7c9f95bad108caeb770047316b52959ab8821ed8 (patch)
tree4b06e4935c96abf842e73d6b43af8ee09bcbb67e
parent049f2d3ae97ea55ced5c2a9d07b5a321b1b28c64 (diff)
Add 'fdisk' utility to the pica build
-rw-r--r--sbin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d48e81edf14..de9ae96830c 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1996/05/04 09:02:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1996/05/16 11:12:23 pefo Exp $
# $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
@@ -32,6 +32,8 @@ SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
SUBDIR+= config_slot
SUBDIR+= fdisk
SUBDIR+= pcmcia_cntrl
+.elif ${MACHINE} == "pica"
+SUBDIR+= fdisk
.elif ${MACHINE} == "pc532"
SUBDIR+= bim
.elif ${MACHINE} == "sun3"