summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>1996-05-16 11:12:23 +0000
committerpefo <pefo@openbsd.org>1996-05-16 11:12:23 +0000
commit7138bd8c92a43b421a7c7df887e5abcf31f5ccdc (patch)
treeceeb86720c2c4eb8365e3e9b5d736cf5e31d3fc2
parentIntroduced DOSLABEL to control Dos label handling instead of associate with i386. (diff)
downloadwireguard-openbsd-7138bd8c92a43b421a7c7df887e5abcf31f5ccdc.tar.xz
wireguard-openbsd-7138bd8c92a43b421a7c7df887e5abcf31f5ccdc.zip
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"